We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301e53a commit b686c3dCopy full SHA for b686c3d
2 files changed
app/src/views/EruReadinessForm/index.tsx
@@ -359,6 +359,7 @@ export function Component() {
359
name={undefined}
360
onClick={handleFormSubmit}
361
variant="primary"
362
+ disabled={pending}
363
>
364
{strings.eruSaveAndCloseButton}
365
</Button>
0 commit comments