web/admin: invitation stage: default "continue without invitation" to false
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:

committed by
risson

parent
17047da18b
commit
d55c0c1c2d
@ -62,7 +62,7 @@ export class InvitationStageForm extends ModelForm<InvitationStage, string> {
|
|||||||
type="checkbox"
|
type="checkbox"
|
||||||
?checked=${first(
|
?checked=${first(
|
||||||
this.instance?.continueFlowWithoutInvitation,
|
this.instance?.continueFlowWithoutInvitation,
|
||||||
true,
|
false,
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
<span class="pf-c-switch__toggle">
|
<span class="pf-c-switch__toggle">
|
||||||
|
Reference in New Issue
Block a user