Fix catalog list issue when uploading

This commit is contained in:
ZXY101
2023-09-14 13:24:10 +02:00
parent ed6b8d8b39
commit 8cf0b363ca
4 changed files with 12 additions and 11 deletions

View File

@@ -38,8 +38,6 @@ export function updateSetting(key: string, value: any) {
}
export function resetSettings() {
console.log('br', defaultSettings);
settingsStore.set(defaultSettings);
}