ryoji-s hace 3 años
padre
commit
47019f65c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}