Fix Plugin settings page
Co-Authored-By: sadan <117494111+sadan4@users.noreply.github.com>
This commit is contained in:
parent
8b36013264
commit
6fb685b959
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const Tooltips = mapMangledModuleLazy(".tooltipTop,bottom:", {
|
||||||
export const Tooltip = LazyComponent(() => Tooltips.Tooltip);
|
export const Tooltip = LazyComponent(() => Tooltips.Tooltip);
|
||||||
export const TooltipContainer = LazyComponent(() => Tooltips.TooltipContainer);
|
export const TooltipContainer = LazyComponent(() => Tooltips.TooltipContainer);
|
||||||
|
|
||||||
export const TextInput = waitForComponent<t.TextInput>("TextInput", filters.componentByCode(".error]:this.hasError()"));
|
export const TextInput = waitForComponent<t.TextInput>("TextInput", filters.componentByCode("#{intl::MAXIMUM_LENGTH_ERROR}", '"input"'));
|
||||||
export const TextArea = waitForComponent<t.TextArea>("TextArea", filters.componentByCode("this.getPaddingRight()},id:"));
|
export const TextArea = waitForComponent<t.TextArea>("TextArea", filters.componentByCode("this.getPaddingRight()},id:"));
|
||||||
export const Text = waitForComponent<t.Text>("Text", filters.componentByCode('case"always-white"'));
|
export const Text = waitForComponent<t.Text>("Text", filters.componentByCode('case"always-white"'));
|
||||||
export const Heading = waitForComponent<t.Heading>("Heading", filters.componentByCode(">6?{", "variant:"));
|
export const Heading = waitForComponent<t.Heading>("Heading", filters.componentByCode(">6?{", "variant:"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue