ryoji-s пре 3 година
родитељ
комит
47019f65c0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/app/src/components/Common/Dropdown/PageItemControl.tsx

+ 1 - 1
apps/app/src/components/Common/Dropdown/PageItemControl.tsx

@@ -289,7 +289,7 @@ const PageItemControlDropdownMenu = React.memo((props: DropdownMenuProps): JSX.E
       right={alignRight}
       modifiers={modifiers}
       container="body"
-      persist = { !!alignRight}
+      persist={!!alignRight}
       style={{ zIndex: 1055 }} /* make it larger than $zindex-modal of bootstrap */
     >
       {contents}