Skip to content

Commit

Permalink
fix(ui): allow canceling filter when config is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Sep 12, 2024
1 parent fd19b06 commit a802b92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const FilterBox = memo(({ adapter }: { adapter: CanvasEntityAdapterRasterLayer |
onClick={adapter.filterer.cancel}
isLoading={isProcessing}
loadingText={t('controlLayers.filter.cancel')}
isDisabled={!isValid}
>
{t('controlLayers.filter.cancel')}
</Button>
Expand Down

0 comments on commit a802b92

Please sign in to comment.