1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

fix edit view

This commit is contained in:
Damodar Lohani 2021-07-21 11:17:35 +05:45
parent 119035463a
commit 3e08281ecf

View file

@ -196,7 +196,7 @@ $maxCells = 10;
<div class="box">
<label for="collection-id">ID</label>
<input name="collectionId" id="collectionId" type="text" autocomplete="off" data-ls-bind="{{project-collection.collectionId}}" data-forms-text-direction required placeholder="Collection Id" maxlength="128" />
<input name="collectionId" id="collectionId" type="text" autocomplete="off" data-ls-bind="{{project-collection.$id}}" data-forms-text-direction required placeholder="Collection Id" maxlength="128" />
<label for="collection-name">Name</label>
<input name="name" id="collection-name" type="text" autocomplete="off" data-ls-bind="{{project-collection.name}}" data-forms-text-direction required placeholder="Collection Name" maxlength="128" />