Skip to content

Commit

Permalink
fix: show error message from backend API for workspace deletion (#8848)
Browse files Browse the repository at this point in the history
  • Loading branch information
keita-determined authored Feb 15, 2024
1 parent 08dfa43 commit 556639d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webui/react/src/components/WorkspaceDeleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const WorkspaceDeleteModalComponent: React.FC<Props> = ({
} catch (e) {
handleError(e, {
level: ErrorLevel.Error,
publicMessage: 'Please try again later.',
publicSubject: 'Unable to delete workspace.',
silent: false,
type: ErrorType.Server,
Expand Down

0 comments on commit 556639d

Please sign in to comment.