Explorar el Código

fix(Station/Queue): clicking Add Song to Queue would not show a tab in manage station

Kristian Vos hace 3 años
padre
commit
5eab71b328
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/src/components/Queue.vue

+ 1 - 1
frontend/src/components/Queue.vue

@@ -82,7 +82,7 @@
 						!station.locked ||
 						(station.locked && isAdminOnly() && dismissedWarning))
 			"
-			@click="openModal('manageStation') & showManageStationTab('search')"
+			@click="openModal('manageStation') & showManageStationTab('songs')"
 		>
 			<i class="material-icons icon-with-button">queue</i>
 			<span> Add Song To Queue </span>