diff --git a/webapp/src/components/labThingsComponents/actionButton.vue b/webapp/src/components/labThingsComponents/actionButton.vue index 54710499..80783c25 100644 --- a/webapp/src/components/labThingsComponents/actionButton.vue +++ b/webapp/src/components/labThingsComponents/actionButton.vue @@ -5,6 +5,7 @@ >
+
@@ -271,10 +265,6 @@ export default { } }, - async updatePosition() { - this.setPosition = await this.readThingProperty("stage", "position"); - }, - // Forces modal to show on button press force_show: function() { this.ready = true;