Skip to content

Commit

Permalink
fix: Notebook Person pasterule (#17524)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Sep 19, 2023
1 parent 1cdcedb commit 30ce894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/notebooks/Nodes/NotebookNodePerson.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const NotebookNodePerson = createPostHogWidgetNode<NotebookNodePersonAttr
id: {},
},
pasteOptions: {
find: urls.person('(.+)'),
find: urls.person('(.+)', false),
getAttributes: async (match) => {
return { id: match[1] }
},
Expand Down

0 comments on commit 30ce894

Please sign in to comment.