Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxsong committed Nov 14, 2024
1 parent 7621428 commit 25a31d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/RegisterFamilyUsers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const { data: userClaims } = useUserClaimsQuery({
const isSuperAdmin = computed(() => Boolean(userClaims.value?.claims?.super_admin));
const activeIndex = ref(1); // Current active step
const activeIndex = ref(0); // Current active step
const isTestData = ref(false);
const parentInfo = ref(null);
Expand Down

0 comments on commit 25a31d7

Please sign in to comment.