Преглед изворни кода

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