mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
DEV: Fix theme name in this
deprecation notices (#29888)
A followup to 019ba099c8
This commit is contained in:
parent
d71016522e
commit
b9838d6066
|
@ -23,7 +23,7 @@ export default {
|
|||
if (pluginMatch || themeIdMatch) {
|
||||
const source = {
|
||||
type: pluginMatch ? "plugin" : "theme",
|
||||
name: pluginMatch || getThemeInfo(parseInt(themeIdMatch, 10)),
|
||||
name: pluginMatch || getThemeInfo(parseInt(themeIdMatch, 10)).name,
|
||||
id: themeIdMatch,
|
||||
};
|
||||
options.source = source;
|
||||
|
|
Loading…
Reference in New Issue
Block a user