Skip to content

Commit

Permalink
Merge pull request supabase#226 from dymium-io/supabase#198
Browse files Browse the repository at this point in the history
[supabase#198] Update TestSQL.tsx
  • Loading branch information
gazillion101 authored Apr 7, 2023
2 parents 00c1a44 + 2a66aba commit 7169b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/packages/portal/src/App/TestSQL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function Test() {
setTimeout(() => setSpinner(false), 500)

}).catch((error) => {
setSpinner(true)
setSpinner(false)
setAlert(
<Alert variant="danger" onClose={() => setAlert(<></>)} dismissible>
Error executing query: {error.message}
Expand Down

0 comments on commit 7169b82

Please sign in to comment.