Skip to content

Commit

Permalink
fix(config-ui): modal not reset cause scope config error
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsweet committed Dec 27, 2023
1 parent 9623e4e commit bf3f2d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export const ScopeConfigSelect = ({ plugin, connectionId, scopeConfigId, onCance
</Button>
</Flex>
<Modal
destroyOnClose
open={open}
width={960}
centered
Expand All @@ -121,7 +122,7 @@ export const ScopeConfigSelect = ({ plugin, connectionId, scopeConfigId, onCance
connectionId={connectionId}
showWarning={!!updatedId}
scopeConfigId={updatedId}
onCancel={onCancel}
onCancel={handleHideDialog}
onSubmit={handleSubmit}
/>
</Modal>
Expand Down

0 comments on commit bf3f2d1

Please sign in to comment.