Browse Source

refactor(EditPlaylist): Wide mode only if editable

Owen Diffey 3 years ago
parent
commit
c2a7b72266
1 changed files with 1 additions and 1 deletions
  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>