diable actions when in error state

This commit is contained in:
Matt Hill
2026-02-26 18:30:43 -07:00
parent d0ac073651
commit b1c533d670

View File

@@ -36,6 +36,7 @@ const INACTIVE: PrimaryStatus[] = [
'removing', 'removing',
'restoring', 'restoring',
'backing-up', 'backing-up',
'error',
] ]
const ALLOWED_STATUSES: Record<T.AllowedStatuses, Set<string>> = { const ALLOWED_STATUSES: Record<T.AllowedStatuses, Set<string>> = {