Skip to content

Commit

Permalink
Merge branch 'FIO-7847-highlight-components-with-numeric-keys' of git…
Browse files Browse the repository at this point in the history
…hub.com:formio/formio.js into FIO-7847-highlight-components-with-numeric-keys
  • Loading branch information
alexandraRamanenka committed Mar 4, 2024
2 parents b9b3432 + 944e706 commit 3189d8e
Show file tree
Hide file tree
Showing 3 changed files with 1,927 additions and 2,006 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"moment-timezone": "^0.5.44",
"quill": "^2.0.0-dev.3",
"signature_pad": "^4.1.4",
"string-hash": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/WebformBuilder.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import assert from 'power-assert';
import Harness from '../test/harness';
import WebformBuilder from './WebformBuilder';
import Builders from './builders';
import { uniqueApiKeys, uniqueApiKeysLayout, uniqueApiKeysSameLevel, columnsForm, resourceKeyCamelCas } from '../test/formtest';
import { uniqueApiKeys, uniqueApiKeysLayout, uniqueApiKeysSameLevel, columnsForm, resourceKeyCamelCase } from '../test/formtest';
import formWithNumericKeys from '../test/forms/formWithNumericKeys';
import sameApiKeysLayoutComps from '../test/forms/sameApiKeysLayoutComps';
import testApiKeysUniquifying from '../test/forms/testApiKeysUniquifying';
Expand Down
Loading

0 comments on commit 3189d8e

Please sign in to comment.