Fix sats output
This commit is contained in:
@@ -324,7 +324,7 @@ export function ActionWizardScreen(): React.ReactElement {
|
|||||||
setCurrentStep(prev => prev + 1);
|
setCurrentStep(prev => prev + 1);
|
||||||
setFocusArea('content');
|
setFocusArea('content');
|
||||||
setFocusedInput(0);
|
setFocusedInput(0);
|
||||||
}, [currentStep, steps.length, currentStepData]);
|
}, [currentStep, steps.length, currentStepData, variables, showError]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create invitation and add variables.
|
* Create invitation and add variables.
|
||||||
|
|||||||
Reference in New Issue
Block a user