Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2023-05-28 17:01:25 +02:00
59 changed files with 650 additions and 349 deletions

View File

@@ -383,7 +383,10 @@ export function initMediaEditModal(id) {
id,
});
dispatch(openModal('FOCAL_POINT', { id }));
dispatch(openModal({
modalType: 'FOCAL_POINT',
modalProps: { id },
}));
};
}