- updated users table;
This commit is contained in:
@@ -2,6 +2,9 @@ import { __ } from '@wordpress/i18n';
|
||||
|
||||
const getBandoSeverity = (status) => {
|
||||
switch (status) {
|
||||
case 'ACTIVE':
|
||||
return 'success';
|
||||
|
||||
case 'SUBMIT':
|
||||
return 'success';
|
||||
|
||||
@@ -17,6 +20,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'DRAFT':
|
||||
return 'warning';
|
||||
|
||||
case 'AWAITING':
|
||||
return 'warning';
|
||||
|
||||
case 'EXPIRED':
|
||||
return 'closed';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user