mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 14:04:01 +00:00
Admin Workflow - Admin UI to search and export data
This commit is contained in:
@@ -14,9 +14,6 @@ export default {
|
||||
getListDetails: (state) => (name) => {
|
||||
return state.queue.find(list => list.name === name);
|
||||
},
|
||||
// getListData: (state, getters) => (name) => {
|
||||
// return (!getters.isInCompleteQueue()) ? state.queue.find(list => list.name === name).data : [];
|
||||
// },
|
||||
getListData: (state, getters) => (name) => {
|
||||
if (!getters.isInCompleteQueue(name)) {
|
||||
const list = state.queue.find(list => list.name === name);
|
||||
|
||||
Reference in New Issue
Block a user