Skip to content

Commit dbb8fff

Browse files
authored
Fix searchValue in tag apply for tests (#4999)
1 parent 6b3792d commit dbb8fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/@apostrophecms/ui/ui/apos/components/AposTagApply.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function sortTags() {
275275
}
276276
277277
function clearSearch() {
278-
searchValue.value.data = '';
278+
searchValue.value = { data: '' };
279279
closeCreateUi();
280280
}
281281

0 commit comments

Comments
 (0)