add modified to useTeamMembers, fix website delete

This commit is contained in:
Francis Cao 2024-02-06 23:04:22 -08:00
parent f9f67264a5
commit 87a18dc570
3 changed files with 5 additions and 2 deletions

View file

@ -49,6 +49,7 @@ export function ReportDeleteButton({
error={error}
onConfirm={handleConfirm.bind(null, close)}
onClose={close}
buttonLabel={formatMessage(labels.delete)}
/>
)}
</Modal>