Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Jun 7, 2024
1 parent 6b7a91b commit 42720ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/core",
"version": "2.1.0-dev.tt.12",
"version": "2.1.0-dev.tt.13",
"description": "The core Form.io renderering framework.",
"main": "lib/index.js",
"exports": {
Expand Down
4 changes: 0 additions & 4 deletions src/process/validation/rules/validateRequired.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ import {
DayComponent
} from 'types';
import { isEmptyObject } from '../util';
<<<<<<< HEAD
import { isComponentNestedDataType } from 'utils/formUtil'
=======
import { isComponentNestedDataType } from 'utils/formUtil';
>>>>>>> 73c7c1ec076f88b1d3ef940f41422f04a3aaaafa
import { ProcessorInfo } from 'types/process/ProcessorInfo';

const isAddressComponent = (component: any): component is AddressComponent => {
Expand Down

0 comments on commit 42720ba

Please sign in to comment.