1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
This commit is contained in:
Mateusz Kwasniewski 2025-09-24 14:23:38 +02:00 committed by GitHub
commit d1b9ef2b31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ const ActionsBox = styled(Box)(({ theme }) => ({
display: 'flex',
gap: theme.spacing(1),
alignItems: 'center',
flexShrink: 0,
}));
type ReminderType = 'complete' | 'removeCode' | 'archive' | null;