Skip to content

Commit

Permalink
fix: reset loading status on tags error
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Sep 5, 2024
1 parent 23faadf commit 435f1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/probes/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
const tags = isEditingTags.value ? convertTags(tagsToEdit.value) : probe.value.tags;
if (areTagsEmpty(tags)) {
updateProbeLoading.value = false;
sendToast('error', 'Tags are invalid', 'Some tag values are empty');
return;
}
Expand Down

0 comments on commit 435f1c6

Please sign in to comment.