We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2027f commit 4b2fb65Copy full SHA for 4b2fb65
apps/studio/components/interfaces/Database/ETL/EnableReplicationModal.tsx
@@ -65,7 +65,7 @@ export const EnableReplicationModal = () => {
65
</Admonition>
66
</DialogSection>
67
<DialogFooter>
68
- <Button type="default" disabled={creatingTenantSource}>
+ <Button type="default" disabled={creatingTenantSource} onClick={() => setOpen(false)}>
69
Cancel
70
</Button>
71
<Button type="primary" loading={creatingTenantSource} onClick={onEnableReplication}>
0 commit comments