Skip to content

Commit 54939e1

Browse files
committed
#add mixin
1 parent c23fc41 commit 54939e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/electricity_tariffs/energycharts/electricity_tariff.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
import ComponentState from "/src/components/mixins/ComponentState.vue";
4848
export default {
4949
name: "ElectricityTariffEnergyCharts",
50-
mixins: [],
50+
mixins: [ComponentState],
5151
emits: ["update:configuration"],
5252
props: {
5353
electricityTariff: { type: Object, required: true },

0 commit comments

Comments
 (0)