🐛 Fix styling issue after category movement
This commit is contained in:
@@ -75,7 +75,7 @@ interface UseConfigStoreType {
|
||||
updateConfig: (
|
||||
name: string,
|
||||
updateCallback: (previous: ConfigType) => ConfigType,
|
||||
shouldRegenerateGridstace?:
|
||||
shouldRegenerateGridstack?:
|
||||
| boolean
|
||||
| ((previousConfig: ConfigType, currentConfig: ConfigType) => boolean),
|
||||
shouldSaveConfigToFileSystem?: boolean
|
||||
|
||||
Reference in New Issue
Block a user