Skip to content

Commit

Permalink
uuid generation
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Sep 14, 2023
1 parent 99fe829 commit 68a22fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export const entityFilterLogic = kea<entityFilterLogicType>([
}
newFilters.splice(order, 0, {
...filter,
uuid: uuid(),
custom_name: undefined,
order: order + 1,
} as LocalFilter)
Expand Down

0 comments on commit 68a22fe

Please sign in to comment.