Skip to content

Commit

Permalink
reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Aug 12, 2023
1 parent 5c4696c commit 6d30dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/pages/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ const setupAccount = async () => {
redirectToCollections();
} catch (e: any) {
snackbar.error({ title: e.message || e });
} finally {
isLoading.value = false;
}
isLoading.value = false;
};
(async () => {
Expand Down

0 comments on commit 6d30dc2

Please sign in to comment.