OWL ITS + 탐지시스템(인터넷 진흥원)
wyu
2021-12-27 e9ff86339f9b1105b22814434e282d7b7212680d
src/main/webapp/views/customField/customFieldAdd.html
@@ -112,7 +112,7 @@
                       placeholder="숫자만 입력 가능합니다."
                       autocomplete="off"
                       ng-model="vm.form.defaultValue">
                <div ng-if="vm.form.customFieldType == 'NUMBER'" ng-if="customFieldAddForm.numberType.$error.pattern" class="help-block form-text text-danger"
                <div ng-if="customFieldAddForm.numberType.$error.pattern" class="help-block form-text text-danger"
                     translate="common.invalidNumberFormat">숫자만 입력 가능합니다.
                </div>