Skip to content

Commit 02989b1

Browse files
committed
feat: update props attributeNames
1 parent b7dfdce commit 02989b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pivottable-ui/VPivottableUi.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
:aggregatorName="state.aggregatorName"
3333
:rowOrder="state.rowOrder"
3434
:colOrder="state.colOrder"
35-
:attributeNames="state.attributeNames"
35+
:attributeNames="attributeNames"
3636
:hiddenFromAggregators="state.hiddenFromAggregators"
3737
:vals="state.vals"
3838
@update:aggregatorName="onUpdateAggregatorName"

0 commit comments

Comments
 (0)