Skip to content

Commit

Permalink
Bugfix: remove reference to utils/functions
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-neurosc committed Dec 9, 2024
1 parent b2e1404 commit 3ef587b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_dev/src/pages/Settings/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Link } from "react-router-dom";
import { CollapsibleBox, TitledBox } from "@/components";
import { FrequencyRange } from "./FrequencyRange";
import { useSettingsStore } from "@/stores";
import { filterObjectByKeys } from "@/utils/functions";
import { filterObjectByKeys } from "@/utils";

const formatKey = (key) => {
// console.log(key);
Expand Down

0 comments on commit 3ef587b

Please sign in to comment.