Skip to content

Commit

Permalink
[FIX] chart: typo in template
Browse files Browse the repository at this point in the history
closes #2300

Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
rrahir committed Apr 4, 2023
1 parent eeffa88 commit 6726299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ColorPicker
t-if="state.openedColorPicker === 'backgroundColor'"
onColorPicked="(color) => this.setColor(color, 'backgroundColor')"
currentColor="props.definition.brackground"
currentColor="props.definition.background"
t-key="backgroundColor"
/>
</div>
Expand Down

0 comments on commit 6726299

Please sign in to comment.