up airwatch imports

This commit is contained in:
Tykayn 2025-09-22 14:53:02 +02:00 committed by tykayn
parent e815c56815
commit 4e57a2368a
17 changed files with 169 additions and 79 deletions

View file

@ -24,14 +24,31 @@ export const initialState: StateInterface = {
label: 'ABC',
value: 'ABC',
}],
selectedList: [{
label: 'DEF',
value: 'DEF',
}]
selectedList: [
{
label: 'DEF',
value: 'DEF',
}, {
label: 'GER',
value: 'GER',
}, {
label: '134D',
value: '134D',
},
]
},
findings: {
availableList: [],
selectedList: []
availableList: [{
label: 'DEF',
value: 'DEF',
}],
selectedList: [{
label: 'GER',
value: 'GER',
}, {
label: '134D',
value: '134D',
},]
},
ata: {
availableList: [],