diff --git a/src/app/components/Form/PrimaryActionField.vue b/src/app/components/Form/PrimaryActionField.vue
index 8e2d8c6e..2ea0d04b 100644
--- a/src/app/components/Form/PrimaryActionField.vue
+++ b/src/app/components/Form/PrimaryActionField.vue
@@ -2,7 +2,7 @@
diff --git a/src/app/components/Form/SecondaryActionField.vue b/src/app/components/Form/SecondaryActionField.vue
index 94878c55..77c80fff 100644
--- a/src/app/components/Form/SecondaryActionField.vue
+++ b/src/app/components/Form/SecondaryActionField.vue
@@ -1,17 +1,32 @@
+ :as="as"
+ :value="isInput ? label : undefined"
+ :type="isInput ? type : undefined"
+ class="col-span-2 px-4 py-2"
+ >
+
+ {{ label }}
+
+
diff --git a/src/app/pages/admin/interface.vue b/src/app/pages/admin/interface.vue
index e75f164a..8924d8ac 100644
--- a/src/app/pages/admin/interface.vue
+++ b/src/app/pages/admin/interface.vue
@@ -145,8 +145,8 @@
>
diff --git a/src/app/pages/clients/[id].vue b/src/app/pages/clients/[id].vue
index 0b875282..6694c284 100644
--- a/src/app/pages/clients/[id].vue
+++ b/src/app/pages/clients/[id].vue
@@ -188,9 +188,7 @@
>
@@ -200,9 +198,7 @@
>