+
{{ headerTitle }}
diff --git a/app/javascript/dashboard/components-next/Countries/CountryDropdown.vue b/app/javascript/dashboard/components-next/Countries/CountryDropdown.vue
index 95ff0951f..9e820c1ee 100644
--- a/app/javascript/dashboard/components-next/Countries/CountryDropdown.vue
+++ b/app/javascript/dashboard/components-next/Countries/CountryDropdown.vue
@@ -1,5 +1,5 @@
@@ -104,7 +129,7 @@ const handleClickOutside = () => {
>
{
@search="handleSearch"
>
-
+
diff --git a/app/javascript/dashboard/components-next/captain/PageLayout.vue b/app/javascript/dashboard/components-next/captain/PageLayout.vue
index c9b7043f8..5ee4a814f 100644
--- a/app/javascript/dashboard/components-next/captain/PageLayout.vue
+++ b/app/javascript/dashboard/components-next/captain/PageLayout.vue
@@ -117,7 +117,7 @@ const handleCreateAssistant = () => {
{
-
+
diff --git a/app/javascript/dashboard/stores/companies.js b/app/javascript/dashboard/stores/companies.js
index d1e8e56e9..4f334de75 100644
--- a/app/javascript/dashboard/stores/companies.js
+++ b/app/javascript/dashboard/stores/companies.js
@@ -27,5 +27,8 @@ export const useCompaniesStore = createStore({
this.setUIFlag({ fetchingList: false });
}
},
+ clearRecords() {
+ this.records = [];
+ },
}),
});