Lib: Fix disabled_inputs propagation to create team/driver/race/substitution buttons
This commit is contained in:
@ -170,7 +170,13 @@
|
||||
Delete
|
||||
</Button>
|
||||
{:else}
|
||||
<Button formaction="?/create_substitution" color="tertiary" submit width="w-full">
|
||||
<Button
|
||||
formaction="?/create_substitution"
|
||||
color="tertiary"
|
||||
submit
|
||||
width="w-full"
|
||||
disabled={disable_inputs}
|
||||
>
|
||||
Create Substitution
|
||||
</Button>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user