mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Show Add Link button on mobile menu
This commit is contained in:
parent
7f81771e4a
commit
960436377a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { useCallback, useEffect, useRef, useState } from 'react'
|
||||
import { useEffect, useRef, useState } from 'react'
|
||||
import { Box, HStack, SpanBox, VStack } from '../../elements/LayoutPrimitives'
|
||||
import { theme } from '../../tokens/stitches.config'
|
||||
import { FormInput } from '../../elements/FormElements'
|
||||
|
|
@ -13,7 +13,6 @@ import {
|
|||
MagnifyingGlass,
|
||||
Prohibit,
|
||||
SquaresFour,
|
||||
TagSimple,
|
||||
TrashSimple,
|
||||
X,
|
||||
} from 'phosphor-react'
|
||||
|
|
@ -666,6 +665,7 @@ function ControlButtonBox(props: ControlButtonBoxProps): JSX.Element {
|
|||
showThemeSection={true}
|
||||
layout={props.layout}
|
||||
updateLayout={props.updateLayout}
|
||||
showAddLinkModal={props.showAddLinkModal}
|
||||
startSelectMultiple={() => {
|
||||
props.setMultiSelectMode('none')
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue