From 357d271e087be5d52b268d99c18040bf50bd2ed6 Mon Sep 17 00:00:00 2001 From: Oliver Fritz Date: Mon, 29 Jul 2024 17:13:57 +0200 Subject: [PATCH] docs(find-project): adapt todo comment --- src/components/FindProject.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FindProject.vue b/src/components/FindProject.vue index 7a12e01..53140f0 100644 --- a/src/components/FindProject.vue +++ b/src/components/FindProject.vue @@ -25,7 +25,7 @@ export default defineComponent({ type: Object, require: true, }, - // TODO: change this so that instructions dialog is opened with tutorial, but not with project + // TODO: On implementation of interactive tutorials, change this so that instructions dialog is opened with tutorial, but not with project first: { type: Boolean, default: false,