Fix plugins for new V2 User Profile Modal

This commit is contained in:
Nuckyz 2025-05-04 16:25:13 -03:00
parent b0b616d92a
commit 0a2d4a2ab2
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
6 changed files with 44 additions and 7 deletions

View file

@ -140,7 +140,7 @@ export type MediaModalProps = {
shouldHideMediaOptions?: boolean;
};
// modal key: "Media Viewer Modal"
// Modal key: "Media Viewer Modal"
export const openMediaModal: (props: MediaModalProps) => void = findByCodeLazy("hasMediaOptions", "shouldHideMediaOptions");
interface ModalAPI {