From 561eea4560c05725b89af7316dd84d862d46d7ca Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Fri, 30 Jul 2021 18:46:23 -0700 Subject: [PATCH] Fix two small bugs introduced in #311 --- .../src/components/widgets/options/ToolOptions.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/client/web/src/components/widgets/options/ToolOptions.vue b/client/web/src/components/widgets/options/ToolOptions.vue index 37a564170..c4c9d9665 100644 --- a/client/web/src/components/widgets/options/ToolOptions.vue +++ b/client/web/src/components/widgets/options/ToolOptions.vue @@ -8,17 +8,11 @@ :title="option.tooltip" v-bind="option.props" /> - -

{{ option.title }}

-

{{ option.text }}

+ +

{{ option.popover.title }}

+

{{ option.popover.text }}

- +