Skip to content

Commit

Permalink
fix(search): inline tag creation returns correct uid
Browse files Browse the repository at this point in the history
  • Loading branch information
thesophiaxu committed Feb 18, 2022
1 parent d0ecd6d commit b244168
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const setSearchPopup = (boxRef: any, searchString: string, onSelected: an
'unigraph.id': '$/schema/interface/semantic',
},
_value: {
type: { 'unigraph.id': '$/schema/tag' },
uid: newTagUid[0],
},
},
Expand Down

0 comments on commit b244168

Please sign in to comment.