1
0
forked from test/crm

fix: minor fix

This commit is contained in:
Shariq Ansari 2023-07-26 11:10:05 +05:30
parent 53ebfc3ebb
commit ea0899c90e

View File

@ -49,8 +49,8 @@ const columns = [
}, },
{ {
label: 'Status', label: 'Status',
key: 'indicator', key: 'status',
type: 'status', type: 'indicator',
size: 'w-44', size: 'w-44',
}, },
{ {