fix: plugin setting use the same name (#1005)

Reviewed-on: daoyoucloud/tachybase#1005
This commit is contained in:
sealday 2024-05-17 13:16:36 +08:00
parent 6923a17aa0
commit 313f59bb94

View File

@ -12,7 +12,7 @@ export class PluginHomePageClient extends Plugin {
path: '/',
Component: 'HomePage',
});
this.app.pluginSettingsManager.add('hera', {
this.app.pluginSettingsManager.add('homepage', {
title: tval('Homepage config'),
icon: 'HomeOutlined',
Component: HomePageConfiguration,