Hide first activity form in frontend when updating member
This commit is contained in:
parent
9e28aa9c0c
commit
6d9f7c6dce
resources/js/views/member
|
@ -78,7 +78,7 @@
|
||||||
label="Andere Staatsangehörigkeit"
|
label="Andere Staatsangehörigkeit"
|
||||||
></f-text>
|
></f-text>
|
||||||
|
|
||||||
<div class="contents">
|
<div class="contents" v-if="mode === 'create'">
|
||||||
<h2 class="col-span-full font-semibold text-lg text-white">Erste Gruppierung</h2>
|
<h2 class="col-span-full font-semibold text-lg text-white">Erste Gruppierung</h2>
|
||||||
<f-select
|
<f-select
|
||||||
:options="activities"
|
:options="activities"
|
||||||
|
|
Loading…
Reference in New Issue