From 788c68cdf3793826c77392e745053bbd844c47b1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 5 Mar 2022 01:21:41 +0000 Subject: [PATCH] Fixed title by removing my custom unnecessary one in favor of regular label of control, no idea why it was done that way --- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/components/tag-picker.vue | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1cf022c5..94a9d9ad 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -837,4 +837,5 @@ Current v8 docs home: https://www.ayanova.com/docs/ BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE -- subscriptions lists fixed bug where no type selected would display "[undefined]" in data list, now displays nothing \ No newline at end of file +- subscriptions lists fixed bug where no type selected would display "[undefined]" in data list, now displays nothing +- fixed tag control title which was too high \ No newline at end of file diff --git a/ayanova/src/components/tag-picker.vue b/ayanova/src/components/tag-picker.vue index eb915eb1..913f2cfc 100644 --- a/ayanova/src/components/tag-picker.vue +++ b/ayanova/src/components/tag-picker.vue @@ -1,8 +1,8 @@