Skip to content

Commit

Permalink
Add apply button to new selection filters
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopolea committed Feb 15, 2024
1 parent 2676376 commit 02f5ee4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Checkbox } from "@appquality/appquality-design-system";
import { Button, Checkbox } from "@appquality/appquality-design-system";
import { Dispatch, SetStateAction, SyntheticEvent } from "react";

const NewSelectionFilters = ({
Expand Down Expand Up @@ -150,6 +150,9 @@ const NewSelectionFilters = ({
<Checkbox label="Yahoo" value="Yahoo" onChange={handleProviderChange} />
<Checkbox label="Altro" value="Altro" onChange={handleProviderChange} />
</div>
<Button flat size="block" type="primary">
Apply
</Button>
</div>
);
};
Expand Down

0 comments on commit 02f5ee4

Please sign in to comment.