Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2025-02-12 23:01:13 +07:00
parent ca73f4e8f1
commit 8d57e0aa2e
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -1317,7 +1317,7 @@ export async function performWorkspaceOperation (
switch (event) {
case 'delete':
if (workspaceInfo.mode !== 'active') {
throw new PlatformError(unknownError('Archive allowed only for active workspaces'))
throw new PlatformError(unknownError('Delete allowed only for active workspaces'))
}
update.mode = 'pending-deletion'