Skip to content

Commit

Permalink
feat: add refetch popup when batch operation finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jul 24, 2023
1 parent ab70fd6 commit 8540cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const OperationAutoTranslate = ({ disabled, onStart }: Props) => {
<LoadingButton
data-cy="batch-operations-submit-button"
loading={batchLoadable.isLoading}
disabled={disabled}
disabled={disabled || selectedLangs.length === 0}
sx={{ minWidth: 0, minHeight: 0, width: 40, height: 40 }}
onClick={handleSubmit}
variant="contained"
Expand Down

0 comments on commit 8540cfc

Please sign in to comment.