chore: instance state filter

This commit is contained in:
jialin
2026-03-26 18:20:55 +08:00
committed by jialin
parent 144d5a6d5f
commit 392c51fced
@@ -37,12 +37,12 @@ const LeftFilters: React.FC<LeftFiltersProps> = (props) => {
label: 'Error',
value: 'error',
color: 'var(--ant-color-error)'
},
{
label: 'Provisioning',
value: 'provisioning',
color: 'var(--ant-blue-5)'
}
// {
// label: 'Provisioning',
// value: 'provisioning',
// color: 'var(--ant-blue-5)'
// }
]
});
const intl = useIntl();