Browse Source

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

Kristian Vos 3 years ago
parent
commit
adc0ba0b4d
1 changed files with 1 additions and 1 deletions
  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