Jelajahi Sumber

refactor(EditPlaylist): Wide mode only if editable

Owen Diffey 3 tahun lalu
induk
melakukan
c2a7b72266
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      frontend/src/components/modals/EditPlaylist/index.vue

+ 1 - 1
frontend/src/components/modals/EditPlaylist/index.vue

@@ -7,7 +7,7 @@
 			'edit-playlist-modal': true,
 			'view-only': !isEditable()
 		}"
-		:wide="true"
+		:wide="isEditable()"
 		:split="true"
 	>
 		<template #body>