Skip to content

Commit

Permalink
ensure color field model value has a hashtag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
steersbob committed Jul 1, 2024
1 parent cfbd296 commit 1912d03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function updateSlotColor(idx: number, color: string): void {
@update:model-value="(v) => updateSlotName(idx, v)"
/>
<ColorField
:model-value="slot.color"
:model-value="slotColor(slot)"
title="Color"
label="Color"
message="Choose the LCD display background color for this block"
Expand Down

0 comments on commit 1912d03

Please sign in to comment.