Skip to content

Commit

Permalink
feat(org): inrt ui
Browse files Browse the repository at this point in the history
  • Loading branch information
luo0602141017 committed Dec 18, 2024
1 parent 68f03b2 commit bae1615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/org/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { reactive } from 'vue';
import { useToast } from 'primevue/usetoast';
const path = [{ label: 'New problem' }];
const path = [{ label: 'New Organization' }];
const router = useRouter();
const toast = useToast();
Expand Down

0 comments on commit bae1615

Please sign in to comment.