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.
1 parent f964217 commit b42c07dCopy full SHA for b42c07d
custom/DisableButton.vue
@@ -28,7 +28,6 @@ import { AdminForthFilterOperators } from '@/types/Common';
28
29
const confirmDialog = ref(null);
30
31
-
32
onMounted(async () => {
33
await new Promise((resolve) => setTimeout(resolve, 50));
34
0 commit comments