Skip to content

Commit

Permalink
Update per code review
Browse files Browse the repository at this point in the history
Co-authored-by: absidue <[email protected]>
  • Loading branch information
PikachuEXE and absidue authored Jun 5, 2024
1 parent 22cd16e commit cc62f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
:value="playlistName"
:maxlength="255"
class="playlistNameInput"
@input="(input) => handlePlaylistNameInput(input)"
@input="handlePlaylistNameInput"
@click="createNewPlaylist"
/>
</ft-flex-box>
Expand Down

0 comments on commit cc62f88

Please sign in to comment.