Allow escape key to dismiss call link edit modals
This commit is contained in:
parent
7ee902620e
commit
3140aee8af
2 changed files with 0 additions and 2 deletions
|
@ -56,7 +56,6 @@ export function CallLinkAddNameModal({
|
|||
modalName="CallLinkAddNameModal"
|
||||
i18n={i18n}
|
||||
hasXButton
|
||||
noEscapeClose
|
||||
noMouseClose
|
||||
title={
|
||||
callLink.name === ''
|
||||
|
|
|
@ -112,7 +112,6 @@ export function CallLinkEditModal({
|
|||
modalName="CallLinkEditModal"
|
||||
moduleClassName="CallLinkEditModal"
|
||||
title={i18n('icu:CallLinkEditModal__Title')}
|
||||
noEscapeClose
|
||||
noMouseClose
|
||||
padded={false}
|
||||
modalFooter={
|
||||
|
|
Loading…
Reference in a new issue