Skip to content

Commit

Permalink
Update src/views/org/create.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Dec 19, 2024
1 parent b90c8bc commit 9dffdc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/org/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ const onCreateOrg = async () => {
toast.add({ severity: 'error', summary: 'Error', detail: res.message, life: 3000 });
};
inProgress.value = false;
router.push("/org/create" + res.data!.id);
// router.push("/org/create" + res.data!.id);
// TODO: redirect to organization home page
}
</script>

Expand Down

0 comments on commit 9dffdc8

Please sign in to comment.