Fix pin templates class names

This commit is contained in:
barsdeveloper
2023-01-03 22:57:39 +01:00
parent a16481194c
commit cef7fb1455
6 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ import INumericInputPinTemplate from "./INumericInputPinTemplate"
/** @typedef {import("../../entity/IntegerEntity").default} IntegerEntity */
/** @extends INumericInputPinTemplate<IntegerEntity> */
export default class IntInputPinTemplate extends INumericInputPinTemplate {
export default class IntPinTemplate extends INumericInputPinTemplate {
setDefaultValue(values = [], rawValues = values) {
const integer = this.element.getDefaultValue(true)