mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 06:48:25 +08:00
DEV: Fix theme name in this
deprecation notices (#29888)
A followup to 019ba099c84f2e2e4fa0053588707acd2e728376
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…
x
Reference in New Issue
Block a user