Skip to content

Commit

Permalink
bug: fix case where ctx.filter might be undefined in HistoriesFilters.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Oct 18, 2024
1 parent d036ef4 commit 95f39cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/History/HistoriesFilters.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Filtering, { compare, contains, expandNameTag, toDate } from "utils/filtering";
import Filtering, { compare, contains, expandNameTag, toDate } from "@/utils/filtering";

const validFilters = {
name: { placeholder: "name", type: String, handler: contains("name"), menuItem: true },
Expand Down

0 comments on commit 95f39cb

Please sign in to comment.