Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
  • Loading branch information
skoeva committed Jul 2, 2024
1 parent 205914c commit 2886872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/CreateResourceButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function CreateResourceButton(props: CreateResourceButtonProps) {
}
if (!massagedNewItemDefs[i].metadata?.name) {
setErrorMessage(
t(`translation|Invalid: One or more of resources doesn't have a name property`),
t(`translation|Invalid: One or more of resources doesn't have a name property`)
);
return;
}
Expand Down

0 comments on commit 2886872

Please sign in to comment.