@ -0,0 +1,9 @@
|
||||
import { defaultButtonLabel } from '../constants'
|
||||
import { ChoiceInputBlock } from './schema'
|
||||
|
||||
export const defaultChoiceInputOptions = {
|
||||
buttonLabel: defaultButtonLabel,
|
||||
searchInputPlaceholder: 'Filter the options...',
|
||||
isMultipleChoice: false,
|
||||
isSearchable: false,
|
||||
} as const satisfies ChoiceInputBlock['options']
|
Reference in New Issue
Block a user