We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75b1c6 commit 54bd71fCopy full SHA for 54bd71f
src/components/settings/GeneralSettings.vue
@@ -444,8 +444,7 @@ export default class GeneralSettings extends Mixins(StateMixin) {
444
]
445
: []
446
447
- const pins: OutputPin[] = this.$typedGetters['printer/getPins']
448
- // const pins = this.$store.getters['printer/getPins']() as OutputPin[]
+ const pins: OutputPin[] = this.$typedGetters['printer/getPins']()
449
const pinEntries = pins.length
450
? [
451
{ header: 'Klipper' },
0 commit comments