Skip to content

Commit

Permalink
fix ui issue wth removing sreams from marks:
Browse files Browse the repository at this point in the history
the definition wasn't updated, when deleting streams from marks, only the internal parsed representation
  • Loading branch information
spq committed Aug 15, 2024
1 parent 410b65c commit 09f1138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/index/manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,7 @@ func (mgr *Manager) UpdateTag(name string, operation UpdateTagOperation) error {
markQuery = markQuery[:len(markQuery)-1]
if q, err := query.Parse(markQuery); err == nil {
newTag.Conditions = q.Conditions
newTag.definition = markQuery
}
}
}
Expand Down

0 comments on commit 09f1138

Please sign in to comment.