fix: plugin setting use the same name (#1005)
Reviewed-on: daoyoucloud/tachybase#1005
This commit is contained in:
parent
6923a17aa0
commit
313f59bb94
@ -12,7 +12,7 @@ export class PluginHomePageClient extends Plugin {
|
|||||||
path: '/',
|
path: '/',
|
||||||
Component: 'HomePage',
|
Component: 'HomePage',
|
||||||
});
|
});
|
||||||
this.app.pluginSettingsManager.add('hera', {
|
this.app.pluginSettingsManager.add('homepage', {
|
||||||
title: tval('Homepage config'),
|
title: tval('Homepage config'),
|
||||||
icon: 'HomeOutlined',
|
icon: 'HomeOutlined',
|
||||||
Component: HomePageConfiguration,
|
Component: HomePageConfiguration,
|
||||||
|
Loading…
Reference in New Issue
Block a user