Skip to content

Commit

Permalink
feature(#5531): Fixed snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
noveo-verokhov committed Jul 25, 2024
1 parent e9fe59c commit 949aa53
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ exports[`bar-chart-widget-form Renders \`bar-chart-widget-form\` widget settings
addable="true"
editable="true"
filters="[object Object]"
hideselector="true"
withentity="true"
/>
<field-switcher-stub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ exports[`line-chart-widget-form Renders \`line-chart-widget-form\` widget settin
addable="true"
editable="true"
filters="[object Object]"
hideselector="true"
withentity="true"
/>
<field-switcher-stub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ exports[`numbers-widget-form Renders \`numbers-widget-form\` widget settings wit
addable="true"
editable="true"
filters="[object Object]"
hideselector="true"
withentity="true"
/>
<field-switcher-stub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ exports[`pie-chart-widget-form Renders \`pie-chart-widget-form\` widget settings
addable="true"
editable="true"
filters="[object Object]"
hideselector="true"
withentity="true"
/>
</widget-settings-group-stub>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
exports[`kpi-widget-filters Renders 'kpi-widget-filters' with custom props 1`] = `
<div
class="layout kpi-widget-filters wrap"
lockedfilter="locked-filter-id"
>
<c-quick-date-interval-field-stub
class="kpi-widget-filters__interval"
Expand All @@ -28,7 +29,6 @@ exports[`kpi-widget-filters Renders 'kpi-widget-filters' with custom props 1`] =
itemvalue="_id"
label="Select a filter"
lockedfilters="[object Object],[object Object],[object Object],[object Object]"
lockedvalue="locked-filter-id"
value="[object Object],[object Object]"
/>
<filters-list-btn-stub
Expand Down

0 comments on commit 949aa53

Please sign in to comment.