Fix plugins using OAuth2AuthorizeModal (#3266)
This commit is contained in:
parent
678da62723
commit
c32680100e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ waitFor(m => {
|
||||||
export const MaskedLink = waitForComponent<t.MaskedLink>("MaskedLink", filters.componentByCode("MASKED_LINK)"));
|
export const MaskedLink = waitForComponent<t.MaskedLink>("MaskedLink", filters.componentByCode("MASKED_LINK)"));
|
||||||
export const Timestamp = waitForComponent<t.Timestamp>("Timestamp", filters.componentByCode("#{intl::MESSAGE_EDITED_TIMESTAMP_A11Y_LABEL}"));
|
export const Timestamp = waitForComponent<t.Timestamp>("Timestamp", filters.componentByCode("#{intl::MESSAGE_EDITED_TIMESTAMP_A11Y_LABEL}"));
|
||||||
export const Flex = waitForComponent<t.Flex>("Flex", ["Justify", "Align", "Wrap"]);
|
export const Flex = waitForComponent<t.Flex>("Flex", ["Justify", "Align", "Wrap"]);
|
||||||
export const OAuth2AuthorizeModal = waitForComponent("OAuth2AuthorizeModal", filters.componentByCode(".authorize),children:", ".contentBackground"));
|
export const OAuth2AuthorizeModal = waitForComponent("OAuth2AuthorizeModal", filters.componentByCode(".authorize,children:", ".contentBackground"));
|
||||||
|
|
||||||
export const Animations = mapMangledModuleLazy(".assign({colorNames:", {
|
export const Animations = mapMangledModuleLazy(".assign({colorNames:", {
|
||||||
Transition: filters.componentByCode('["items","children"]', ",null,"),
|
Transition: filters.componentByCode('["items","children"]', ",null,"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue