Skip to content

Commit d7b44d1

Browse files
chore: remove UI error due to incorrect PR merge (#1611)
**Issue number:** ### PR Type **What kind of change does this PR introduce?** * [ ] Feature * [ ] Bug Fix * [ ] Refactoring (no functional or API changes) * [ ] Documentation Update * [x] Maintenance (dependency updates, CI, etc.) ## Summary ### Changes review UI error in tests. ### User experience N/A ## Checklist If an item doesn't apply to your changes, leave it unchecked. * [x] I have performed a self-review of this change according to the [development guidelines](https://splunk.github.io/addonfactory-ucc-generator/contributing/#development-guidelines) * [ ] Tests have been added/modified to cover the changes [(testing doc)](https://splunk.github.io/addonfactory-ucc-generator/contributing/#build-and-test) * [ ] Changes are documented * [x] PR title and description follows the [contributing principles](https://splunk.github.io/addonfactory-ucc-generator/contributing/#pull-requests)
1 parent 2379195 commit d7b44d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/util/tests/validators.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ describe('Validator.doValidation - number case', () => {
208208
field: 'testField',
209209
type: 'text',
210210
label: 'Test Field',
211-
type: 'text',
212211
validators: [
213212
{
214213
type: 'number',

0 commit comments

Comments
 (0)