fix(striker-ui): allow NetworkInitForm to toggle submit disabled prop

main
Tsu-ba-me 2 years ago
parent 23d6669bd7
commit 10afba41cb
  1. 1009
      striker-ui/components/NetworkInitForm.tsx
  2. 1
      striker-ui/types/ToggleSubmitDisabledFunction.d.ts

File diff suppressed because it is too large Load Diff

@ -0,0 +1 @@
type ToggleSubmitDisabledFunction = (testResult: boolean) => void;
Loading…
Cancel
Save