Skip to content

Commit 3035870

Browse files
committed
Fix conflict
1 parent d0a4479 commit 3035870

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/form-builder-controls.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ import FormListTable from './components/renderer/form-list-table';
1414
import FormAnalyticsChart from "./components/renderer/form-analytics-chart";
1515
import FormCollectionRecordControl from './components/renderer/form-collection-record-control.vue';
1616
import FormCollectionViewControl from './components/renderer/form-collection-view-control.vue';
17-
<<<<<<< HEAD
18-
import { handlerEventProperty } from './components/inspector/button/handler-event-property';
19-
=======
2017
import { handlerEventProperty, handlerSecurityProperty } from './components/inspector/button/handler-event-property';
21-
>>>>>>> origin/develop
2218
import {DataTypeProperty, DataFormatProperty, DataTypeDateTimeProperty} from './VariableDataTypeProperties';
2319
import {
2420
FormInput,
@@ -767,10 +763,7 @@ export default [
767763
fieldValue: null,
768764
tooltip: {},
769765
handler: '',
770-
<<<<<<< HEAD
771-
=======
772766
handlerSecurityEnabled: true,
773-
>>>>>>> origin/develop
774767
},
775768
inspector: [
776769
{

0 commit comments

Comments
 (0)