瀏覽代碼

fix(Queue): actionable button shown variable didn't properly update

Kristian Vos 3 年之前
父節點
當前提交
adc0ba0b4d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/components/Queue.vue

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

@@ -201,7 +201,7 @@ export default {
 			socket: "websockets/getSocket"
 		})
 	},
-	onUpdated() {
+	updated() {
 		// check if actionable button is visible, if not: set max-height of queue items to 100%
 		if (
 			document