Skip to content

Commit

Permalink
fix: select color when creating list
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Aug 4, 2024
1 parent 35fd4b1 commit d66042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
@keyup="checkName($event)">
<Plus :size="16" />
</NcTextField>
<Colorpicker :selected-color="selectedColor" @color-selected="setColor(...arguments)" />
<Colorpicker :selected-color="selectedColor" @color-selected="setColor" />
</div>
</li>
</NcAppNavigationItem>
Expand Down

0 comments on commit d66042e

Please sign in to comment.