start with noop provider for better async loading

This commit is contained in:
Girish Ramakrishnan
2025-09-13 15:50:10 +02:00
parent d2eeb19f06
commit 9137fb2b31
+1 -1
View File
@@ -27,7 +27,7 @@ const dialog = useTemplateRef('dialog');
const features = inject('features');
const taskLogsMenu = ref([]);
const tasks = ref([]);
const config = ref({});
const config = ref({ provider: 'noop' });
// for edit dialog
const editBusy = ref(false);