diff --git a/frontend/src/components/Controls/GridRowModal.vue b/frontend/src/components/Controls/GridRowModal.vue
index e38dd87c..3e6b5801 100644
--- a/frontend/src/components/Controls/GridRowModal.vue
+++ b/frontend/src/components/Controls/GridRowModal.vue
@@ -11,19 +11,18 @@
-
+ />
+
diff --git a/frontend/src/components/Controls/Link.vue b/frontend/src/components/Controls/Link.vue
index 633f2b2e..6ccec49e 100644
--- a/frontend/src/components/Controls/Link.vue
+++ b/frontend/src/components/Controls/Link.vue
@@ -48,24 +48,18 @@
variant="ghost"
class="w-full !justify-start"
:label="__('Create New')"
+ iconLeft="plus"
@click="() => attrs.onCreate(value, close)"
- >
-
-
-
-
+ />