Skip to content

Commit

Permalink
Merge pull request #2635 from nextcloud/fix/2633/select-color
Browse files Browse the repository at this point in the history
fix: select color when creating list
  • Loading branch information
raimund-schluessler authored Aug 4, 2024
2 parents 35fd4b1 + d66042e commit 581e3a7
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 581e3a7

Please sign in to comment.