Skip to content

Commit 8c7d32c

Browse files
committed
config-ip-filter: Fix bad 'citation' HACKMAP reference.
1 parent e2ec17a commit 8c7d32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/app/view/netcreate/filter-logic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const HACKMAP_NODES = { // Map to convert old 'attributes' data formats.
8686
const HACKMAP_EDGES = { // Map to convert old 'attributes' data formats.
8787
type: "Relationship", // Used in m_IsEdgeMatchedByFilter
8888
category: "Category",
89-
citations: "Citations",
89+
citation: "Citation",
9090
info: "Info",
9191
notes: "Notes"
9292
}

0 commit comments

Comments
 (0)