[Glitch] Refactor <ActionsModal> to TypeScript (#34559)

Port 926c67c648 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2025-04-28 13:43:42 +02:00
committed by Claire
parent 1c71abc5de
commit 4540d09cfd
8 changed files with 127 additions and 152 deletions

View File

@@ -30,9 +30,6 @@ const messages = defineMessages({
class PrivacyDropdown extends PureComponent {
static propTypes = {
isUserTouching: PropTypes.func,
onModalOpen: PropTypes.func,
onModalClose: PropTypes.func,
value: PropTypes.string.isRequired,
onChange: PropTypes.func.isRequired,
noDirect: PropTypes.bool,