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 daf2a05 commit b3d320bCopy full SHA for b3d320b
web/src/App.vue
@@ -774,6 +774,7 @@ import socket from '@/socket';
774
import RestoreProjectForm from '@/components/RestoreProjectForm.vue';
775
import YesNoDialog from '@/components/YesNoDialog.vue';
776
import TaskLogDialog from '@/components/TaskLogDialog.vue';
777
+import delay from '@/lib/delay';
778
779
const PROJECT_COLORS = [
780
'red',
@@ -1009,6 +1010,7 @@ export default {
1009
1010
}
1011
1012
this.taskId = e.taskId;
1013
+ await delay(1);
1014
this.taskLogDialog = true;
1015
});
1016
0 commit comments