Skip to content

Commit

Permalink
a11y: show one modal at once for bot creation flow (#9047)
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Anziano <tonyanziano5@gmail.com>
  • Loading branch information
OEvgeny and tonyanziano authored Mar 12, 2022
1 parent 93bcb26 commit 7333498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function CreateOptions(props: CreateOptionsProps) {
return (
<Fragment>
<AzureBotDialog
isOpen={isOpenOptionsModal}
isOpen={!isOpenCreateModal && isOpenOptionsModal}
onDismiss={onDismiss}
onJumpToOpenModal={onJumpToOpenModal}
onToggleCreateModal={setIsOpenCreateModal}
Expand Down

0 comments on commit 7333498

Please sign in to comment.