Skip to content

Commit

Permalink
admin: Remove a prop that is not used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrRip committed Dec 22, 2023
1 parent d826887 commit ebe4520
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/admin/components/PlaylistList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ const props = defineProps<{
// For a Changes list, pass the unmodified list as "data" and the modified-only list as "dataChanges"
data: Playlist
dataChanges?: Playlist
modification?: boolean
sortingColumn: null | PlaylistColumn
sortingOrder: PlaylistSortingOrder
countTotal: number
Expand Down
1 change: 0 additions & 1 deletion packages/admin/pages/playlist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PlaylistList
type="main"
:data="viewPlaylistData"
:modification="true"
:sorting-column="viewPlaylistSortingColumn"
:sorting-order="viewPlaylistSortingOrder"
:count-total="// @ts-ignore
Expand Down

0 comments on commit ebe4520

Please sign in to comment.