3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
export default {
|
|
getLabelToggleState: state => (state.isShowingLabels ? 'on' : 'off'),
|
|
};
|