mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix merge conflicts
This commit is contained in:
parent
32d8fc3e0c
commit
6ed55be62c
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
:fieldName="'protocol[description]'"
|
||||
:lastUpdated="protocol.attributes.updated_at"
|
||||
:assignableMyModuleId="protocol.attributes.assignable_my_module_id"
|
||||
:characterLimit="100000"
|
||||
:characterLimit="1000000"
|
||||
@update="updateDescription"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
:fieldName="'step_text[text]'"
|
||||
:lastUpdated="element.attributes.orderable.updated_at"
|
||||
:assignableMyModuleId="assignableMyModuleId"
|
||||
:characterLimit="100000"
|
||||
:characterLimit="1000000"
|
||||
@update="update"
|
||||
@editingDisabled="disableEditMode"
|
||||
@editingEnabled="enableEditMode"
|
||||
|
|
Loading…
Reference in a new issue