From f3f509ab0f8c350796fe0687b7e7e1c2364bd507 Mon Sep 17 00:00:00 2001
From: David Ma <40131297+davidma415@users.noreply.github.com>
Date: Wed, 6 Mar 2024 13:48:49 -0700
Subject: [PATCH] feat: add create app button when table data is populated
(#442)
---
src/components/ViewSpecRegistrationModal.vue | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/src/components/ViewSpecRegistrationModal.vue b/src/components/ViewSpecRegistrationModal.vue
index b8fef64a..8a5decaa 100644
--- a/src/components/ViewSpecRegistrationModal.vue
+++ b/src/components/ViewSpecRegistrationModal.vue
@@ -48,6 +48,15 @@
:placeholder="helpText.applicationRegistration.searchPlaceholder"
type="search"
/>
+
+
+ {{ helpText.applicationRegistration.createApplication }}
+
@@ -488,6 +497,11 @@ export default defineComponent({
}
}
+ .applications-toolbar {
+ display: flex;
+ justify-content: space-between;
+ }
+