@ansible/ansible-ui-framework 2.4.2403 → 2.4.2405

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,7 @@ export interface PageWizardState {
30
30
  onBack: () => void;
31
31
  submitError?: Error | undefined;
32
32
  setSubmitError: React.Dispatch<SetStateAction<Error | undefined>>;
33
+ isSubmitting: boolean;
33
34
  }
34
35
  export interface PageWizardBody {
35
36
  onCancel?: () => void;