+ {#if !majorWasChosen}
+
Premièrement, à quelle école appartient-tu?
+ {/if}
{
+ setTimeout(() => {
+ majorWasChosen = true;
+ }, 200);
+ }}
clearable={!$dataQuickSignup}
clearLabel="Externe"
options={$Data}
@@ -180,53 +189,57 @@
initialSchool={$dataQuickSignup?.school ?? null}
/>
-
-
-
-
- {
- args.apprentice = Boolean(detail);
- }}
- options={[
- [0, 'FISE (Étudiant.e.s)'],
- [1, 'FISA (Apprenti.e.s)'],
- ]}
- />
-
+ {#if majorWasChosen}
+
+
+
+
+ {
+ args.apprentice = Boolean(detail);
+ }}
+ options={[
+ [0, 'FISE (Étudiant.e.s)'],
+ [1, 'FISA (Apprenti.e.s)'],
+ ]}
+ />
+
+ {/if}
-