fix(editor): Fix remote options fetching on every keystroke (#7320)

Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Milorad FIlipović
2023-10-12 14:18:35 +02:00
committed by GitHub
parent 77039044eb
commit 367255ab2c
5 changed files with 20 additions and 10 deletions

View File

@@ -1253,7 +1253,7 @@ export default defineComponent({
() => {
void this.loadRemoteParameterOptions();
},
{ deep: true, immediate: true },
{ immediate: true },
);
}