fixed EmployeesIndexSettingsModal: Handle empty right->left action and empty leftList... #24

This commit is contained in:
Sockenklaus
2021-11-15 22:04:24 +01:00
parent 174cb17b04
commit bcbfa09edd
6 changed files with 72 additions and 63 deletions

View File

@@ -2,7 +2,7 @@
AddEmployeeModal(
:searchData="store.rows"
:searchData="store.state.rows"
:searchFields="['first_name', 'last_name']"
:searchRow="addEmployeeRow"
:modalId="modalId"