Skip to content

Commit

Permalink
Enable mvn spinner if isRWXSupported
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <[email protected]>
  • Loading branch information
mguetta1 committed Oct 7, 2024
1 parent 1b4a17b commit 440fdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/pages/repositories/Mvn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const RepositoriesMvn: React.FC = () => {
isAriaDisabled={inputDisabled}
onClick={() => setIsConfirmDialogOpen(true)}
>
{isFetching ? (
{isRWXSupported && isFetching ? (
<Text>
Loading...
<Spinner
Expand Down

0 comments on commit 440fdd3

Please sign in to comment.