mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 11:43:34 +03:00
Fix : Enter hotKey issue onPress of ConfirmationModal (#7802)
**Description** Fixes https://github.com/twentyhq/twenty/issues/7753 After entering proper value to input and pressing Enter, respective action is being performed for all the popus. This fix is is applicable to all the scenarios mentioned in https://github.com/twentyhq/twenty/issues/6663 as well https://github.com/user-attachments/assets/b7ed387f-1f36-4c93-b795-15a7b95c9958 Signed-off-by: Jayabharathi S <jayabharathi.s@thoughtworks.com> Co-authored-by: Jayabharathi S <jayabharathi.s@thoughtworks.com> Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
parent
452a30fc06
commit
24656e777e
@ -136,6 +136,7 @@ export const ConfirmationModal = ({
|
||||
onChange={handleInputConfimrationValueChange}
|
||||
placeholder={confirmationPlaceholder}
|
||||
fullWidth
|
||||
disableHotkeys
|
||||
key={'input-' + confirmationValue}
|
||||
/>
|
||||
</Section>
|
||||
|
Loading…
Reference in New Issue
Block a user