mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Fix build break
This commit is contained in:
parent
74de574525
commit
0be3e36313
@ -14,6 +14,7 @@ import {Utils} from '../utils'
|
||||
|
||||
import MenuWrapper from '../widgets/menuWrapper'
|
||||
import Menu from '../widgets/menu'
|
||||
import PropertyMenu from '../widgets/propertyMenu'
|
||||
import Editable from '../widgets/editable'
|
||||
import Button from '../widgets/buttons/button'
|
||||
import EmojiIcon from '../widgets/icons/emoji'
|
||||
@ -21,7 +22,6 @@ import EmojiIcon from '../widgets/icons/emoji'
|
||||
import {MarkdownEditor} from './markdownEditor'
|
||||
import ContentBlock from './contentBlock'
|
||||
import CommentsList from './commentsList'
|
||||
import PropertyMenu from './propertyMenu'
|
||||
import BlockIconSelector from './blockIconSelector'
|
||||
import PropertyValueElement from './propertyValueElement'
|
||||
|
||||
|
@ -14,7 +14,7 @@ type Props = {
|
||||
propertyName: string
|
||||
propertyType: PropertyType
|
||||
onNameChanged: (newName: string) => void
|
||||
onTypeChanged: (newType: string) => void
|
||||
onTypeChanged: (newType: PropertyType) => void
|
||||
onDelete: (id: string) => void
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user