Loading ui/src/components/ImpressionRequestCard.vue +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ export default { }); }, show_print_state() { return this.status == 7 return this.status == 3 // printing }, toggle_object() { this.show_stl = !this.show_stl; Loading Loading
ui/src/components/ImpressionRequestCard.vue +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ export default { }); }, show_print_state() { return this.status == 7 return this.status == 3 // printing }, toggle_object() { this.show_stl = !this.show_stl; Loading