We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1be79e commit d2c3234Copy full SHA for d2c3234
ui/src/app/applications/components/utils.tsx
@@ -1552,7 +1552,7 @@ export function formatOperationMessage(message: string): string {
1552
return message;
1553
}
1554
1555
- let cleanMessage = message;
+ const cleanMessage = message;
1556
1557
// Format immutable fields error message
1558
if (cleanMessage.includes('attempting to change immutable fields:')) {
0 commit comments