From 4b291808f20d5497b7eaa5a7830a3b7569cd25f8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 26 Oct 2021 22:48:02 +0100 Subject: [PATCH] :art: Minor imprvments to code structure --- src/components/InteractiveEditor/MoveItemTo.vue | 5 +++++ src/components/LinkItems/Section.vue | 1 + src/components/LinkItems/SectionContextMenu.vue | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/InteractiveEditor/MoveItemTo.vue b/src/components/InteractiveEditor/MoveItemTo.vue index 6d26a8b0..03196996 100644 --- a/src/components/InteractiveEditor/MoveItemTo.vue +++ b/src/components/InteractiveEditor/MoveItemTo.vue @@ -3,26 +3,31 @@ :name="modalName" @closed="close" :resizable="true" width="40%" height="40%" classes="dashy-modal">
+

Move or Copy Item

Editing {{ itemId }}

+ +