start with noop provider for better async loading
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user