chore: resolved conflict
This commit is contained in:
parent
f1032b5f93
commit
e93cc463be
@ -17,16 +17,12 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<<<<<<< HEAD
|
|
||||||
<FieldLayout v-if="tabs.data?.length" :tabs="tabs.data" :data="_organization" doctype="CRM Organization" />
|
|
||||||
=======
|
|
||||||
<FieldLayout
|
<FieldLayout
|
||||||
v-if="tabs.data?.length"
|
v-if="tabs.data?.length"
|
||||||
:tabs="tabs.data"
|
:tabs="tabs.data"
|
||||||
:data="organization.doc"
|
:data="organization.doc"
|
||||||
doctype="CRM Organization"
|
doctype="CRM Organization"
|
||||||
/>
|
/>
|
||||||
>>>>>>> 9362997 (refactor: organization modal code refactor)
|
|
||||||
<ErrorMessage class="mt-8" v-if="error" :message="__(error)" />
|
<ErrorMessage class="mt-8" v-if="error" :message="__(error)" />
|
||||||
</div>
|
</div>
|
||||||
<div class="px-4 pt-4 pb-7 sm:px-6">
|
<div class="px-4 pt-4 pb-7 sm:px-6">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user