ui: untrack settings sync in props effect to prevent reactive loop (#23127)
This commit is contained in:
@@ -153,7 +153,9 @@
|
||||
const serverProps = serverStore.props;
|
||||
|
||||
if (serverProps) {
|
||||
settingsStore.syncWithServerDefaults();
|
||||
untrack(() => {
|
||||
settingsStore.syncWithServerDefaults();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user