mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-12-16 04:23:36 +01:00
Fix submit button type.
This commit is contained in:
@@ -40,6 +40,7 @@ export function SubmitButton({ disabled, state, ...props }) {
|
||||
|
||||
return (
|
||||
<Button
|
||||
type="submit"
|
||||
loading={loadingSubmitButton}
|
||||
disabled={disableSubmitButton}
|
||||
forisFormSize
|
||||
|
||||
Reference in New Issue
Block a user