feat: show admin dashboard version
This commit is contained in:
@@ -13,7 +13,8 @@ export function usePublicConfigBootstrap() {
|
||||
return
|
||||
}
|
||||
|
||||
const notifyMessage = configStore.applyRemoteConfig(res.detail)
|
||||
configStore.applyPublicMeta(res.detail.meta)
|
||||
const notifyMessage = configStore.applyRemoteConfig(res.detail.config)
|
||||
if (notifyMessage) {
|
||||
alertStore.showAlert(notifyMessage, 'success')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user