🐛 Fix styling issue after category movement

This commit is contained in:
Meierschlumpf
2023-01-07 09:33:14 +01:00
parent 6e4938482e
commit 6be0779ac3
3 changed files with 203 additions and 194 deletions

View File

@@ -75,7 +75,7 @@ interface UseConfigStoreType {
updateConfig: (
name: string,
updateCallback: (previous: ConfigType) => ConfigType,
shouldRegenerateGridstace?:
shouldRegenerateGridstack?:
| boolean
| ((previousConfig: ConfigType, currentConfig: ConfigType) => boolean),
shouldSaveConfigToFileSystem?: boolean