Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Dec 24, 2023
1 parent bca6461 commit 5a670b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mainsail",
"version": "2.9.1",
"version": "2.9.2",
"private": true,
"decription": "a klipper web interface",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/panels/SpoolmanPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class SpoolmanPanel extends Mixins(BaseMixin) {
}
get spoolManagerUrl() {
return this.$store.state.server.config.config?.spoolman?.server ?? null
return this.$store.state.server.config.config?.spoolman?.website ?? null
}
openSpoolManager() {
Expand Down

0 comments on commit 5a670b0

Please sign in to comment.