Skip to content

Commit

Permalink
removed the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
RalkeyOfficial committed Oct 7, 2024
1 parent 7cd08f6 commit 73bb44b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/modals/Synchronization/EditSynchronization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,19 @@ import { synchronizationStore, navigationStore, sourceStore } from '../../store/
label="Description" />

<NcTextField :value.sync="synchronizationItem.sourceId"
label="sourceId"
required />
label="sourceId" />

<NcTextField :value.sync="synchronizationItem.sourceType"
label="sourceType"
required />
label="sourceType" />

<NcTextField :value.sync="synchronizationItem.sourceTargetMapping"
label="sourceTargetMapping" />

<NcTextField :value.sync="synchronizationItem.targetId"
label="targetId"
required />
label="targetId" />

<NcTextField :value.sync="synchronizationItem.targetType"
label="targetType"
required />
label="targetType" />

<NcTextField :value.sync="synchronizationItem.targetSourceMapping"
label="targetSourceMapping" />
Expand Down

0 comments on commit 73bb44b

Please sign in to comment.