瀏覽代碼

refactor(EditPlaylist): Wide mode only if editable

Owen Diffey 3 年之前
父節點
當前提交
c2a7b72266
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>