fix: prevent submit on share button click (#1098)

This commit is contained in:
Mamadou DICKO 2023-09-04 10:25:48 +02:00 committed by GitHub
parent 6764ad5159
commit 2a479419a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ export const SuggestionRow = ({
}
variant={"tertiary"}
data-testId="share-brain-button"
type="button"
>
<MdShare className="text-xl" />
</Button>