Add done button to UsernameLinkModalBody

This commit is contained in:
Fedor Indutny 2023-08-18 00:54:29 +02:00 committed by Jamie Kyle
parent 0273e1ac1d
commit b7b725f74c
5 changed files with 22 additions and 0 deletions

View file

@ -55,6 +55,7 @@ export default {
showToast: { action: true },
resetUsernameLink: { action: true },
setUsernameLinkColor: { action: true },
onBack: { action: true },
},
} as Meta;