File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/frontend/src/components/AttachmentSuggestions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import Suggestions from './components/Suggestions'
2323import { useAttachmentSelection } from './hooks/useAttachmentSelection'
2424import { reformatToCheckboxVariables , validateFiles } from './utils'
2525
26- interface AttachmentMultiCheckboxProps {
26+ interface AttachmentSuggestionsProps {
2727 name : string
2828 label ?: string
2929 defaultValue ?: string
@@ -32,7 +32,7 @@ interface AttachmentMultiCheckboxProps {
3232 variableTypes ?: TDataOutMetadatumType [ ]
3333}
3434
35- function AttachmentMultiCheckbox ( props : AttachmentMultiCheckboxProps ) {
35+ function AttachmentSuggestions ( props : AttachmentSuggestionsProps ) {
3636 const {
3737 name,
3838 required,
@@ -245,4 +245,4 @@ function AttachmentMultiCheckbox(props: AttachmentMultiCheckboxProps) {
245245 )
246246}
247247
248- export default memo ( AttachmentMultiCheckbox )
248+ export default memo ( AttachmentSuggestions )
You can’t perform that action at this time.
0 commit comments