Skip to content

Commit

Permalink
fix(eb-app-ui): time1 as binding
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Apr 5, 2024
1 parent 63f6dd9 commit 05cc379
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<Time
name="time1"
label="End time"
bind:value={time0}
bind:value={time1}
required={true}
on:change={endTimeUpdated}
/>
Expand Down

0 comments on commit 05cc379

Please sign in to comment.