Skip to content

Commit 54bd71f

Browse files
committed
update for changes
1 parent b75b1c6 commit 54bd71f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/settings/GeneralSettings.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,7 @@ export default class GeneralSettings extends Mixins(StateMixin) {
444444
]
445445
: []
446446
447-
const pins: OutputPin[] = this.$typedGetters['printer/getPins']
448-
// const pins = this.$store.getters['printer/getPins']() as OutputPin[]
447+
const pins: OutputPin[] = this.$typedGetters['printer/getPins']()
449448
const pinEntries = pins.length
450449
? [
451450
{ header: 'Klipper' },

0 commit comments

Comments
 (0)