Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: Atif Ali <[email protected]>
  • Loading branch information
aali309 committed Jan 2, 2025
1 parent 7db5e28 commit a9e7f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/applications/components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ export function formatOperationMessage(message: string): string {
return message;
}

let cleanMessage = message;
const cleanMessage = message;

// Format immutable fields error message
if (cleanMessage.includes('attempting to change immutable fields:')) {
Expand Down

0 comments on commit a9e7f7b

Please sign in to comment.