We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shallowRef
1 parent b10d8d6 commit f84b9e7Copy full SHA for f84b9e7
1 file changed
app/components/OperationsQueue.vue
@@ -21,8 +21,8 @@ const {
21
refreshState,
22
} = useConnector()
23
24
-const isExecuting = ref(false)
25
-const otpInput = ref('')
+const isExecuting = shallowRef(false)
+const otpInput = shallowRef('')
26
27
/** Check if any active operation needs OTP */
28
const hasOtpFailures = computed(() =>
0 commit comments