Skip to content

Commit

Permalink
fix(networks): build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonestla committed Nov 20, 2024
1 parent 6a9809e commit d18cc0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function AutocompleteFilterNode() {
</Autocomplete>
) : (
<Autocomplete label="Filter the network" size="md" isDisabled>
{}
{<div></div>}
</Autocomplete>
)}
</Container>
Expand Down
1 change: 0 additions & 1 deletion client/src/pages/networks/components/parameters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Accordion } from "@dataesr/dsfr-plus"
import InputMaxNodes from "./input-max-nodes"
import InputMaxComponents from "./input-max-components"
import SelectLayout from "./select-layout"
import AutocompleteFilterNode from "./autocomplete-filter-node"
import { useIntl } from "react-intl"

export default function NetworkOptions() {
Expand Down

0 comments on commit d18cc0b

Please sign in to comment.