Skip to content

Commit

Permalink
enable myinfo child on storage admin create page
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Dec 10, 2024
1 parent b61c831 commit 518796b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,7 @@ export const MyInfoFieldPanel = ({ searchValue }: { searchValue: string }) => {
</Box>
)}
</Droppable>
{user?.betaFlags?.children &&
form?.responseMode === FormResponseMode.Email ? (
{user?.betaFlags?.children ? (
<Droppable isDropDisabled droppableId={CREATE_MYINFO_CHILDREN_DROP_ID}>
{(provided) => (
<Box ref={provided.innerRef} {...provided.droppableProps}>
Expand Down

0 comments on commit 518796b

Please sign in to comment.