diff --git a/src/components/InteractiveEditor/EditItem.vue b/src/components/InteractiveEditor/EditItem.vue index 76507257..a4a27844 100644 --- a/src/components/InteractiveEditor/EditItem.vue +++ b/src/components/InteractiveEditor/EditItem.vue @@ -3,12 +3,16 @@ :name="modalName" :resizable="true" width="50%" - height="50%" + height="85%" classes="dashy-modal edit-item" @closed="modalClosed" > +
Editing {{item.title}} (ID: {{itemId}})
++ No data configured yet. Click an attribute in the list below to add the field to the form. +