Skip to content

Commit b3d320b

Browse files
committed
fix(ui): display task log by id in url
1 parent daf2a05 commit b3d320b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/App.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ import socket from '@/socket';
774774
import RestoreProjectForm from '@/components/RestoreProjectForm.vue';
775775
import YesNoDialog from '@/components/YesNoDialog.vue';
776776
import TaskLogDialog from '@/components/TaskLogDialog.vue';
777+
import delay from '@/lib/delay';
777778
778779
const PROJECT_COLORS = [
779780
'red',
@@ -1009,6 +1010,7 @@ export default {
10091010
}
10101011
10111012
this.taskId = e.taskId;
1013+
await delay(1);
10121014
this.taskLogDialog = true;
10131015
});
10141016

0 commit comments

Comments
 (0)