Skip to content

Commit 9024da3

Browse files
committed
fix: pass attributes renamed to state
1 parent d6a3e35 commit 9024da3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/dashboard.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
actions="deleteDocument, closeModal"
100100
array="modules"
101101
object=""
102-
pass_id="form-fields"
102+
state_id="form-fields"
103103
><i
104104
class="height:18px fill:#505050"
105105
src="/assets/svg/trash-alt.svg"></i
@@ -109,12 +109,12 @@
109109
</div>
110110

111111
<div content_id="content">
112-
<!--<div class="domEditor main-height" key="cards1" array="test" object="5f075add24d24a175fca5490" pass_id="me1234" >-->
112+
<!--<div class="domEditor main-height" key="cards1" array="test" object="5f075add24d24a175fca5490" state_id="me1234" >-->
113113
<div
114114
class="domEditor main-height"
115115
key="cards1"
116116
array="test"
117-
pass_id="me1234">
117+
state_id="me1234">
118118
<div
119119
dnd-group-key="dashboard"
120120
droppable="true"
@@ -210,7 +210,7 @@ <h2>$500</h2>
210210
<!--<div id="card" class="card margin:5px border-radius-2px flex-grow-1 template " style="width:calc( 20% - 10px )">-->
211211
<!-- <div class="margin:15px font-size:18px color-dark-gray">-->
212212
<!-- <span class="display:inline-block">-->
213-
<!-- <input array="module_activity" pass_id="form-fields" object="" key="clone-name" id="stage-name" class="input_field" placeholder="card">-->
213+
<!-- <input array="module_activity" state_id="form-fields" object="" key="clone-name" id="stage-name" class="input_field" placeholder="card">-->
214214
<!-- </span>-->
215215
<!-- <span class="float:right display:inline-block"><a clone_id="card" class="deleteBtn reset-layout"><i class="height:18px fill:#505050" src="/assets/svg/times.svg"></i></a></span>-->
216216
<!-- </div>-->

0 commit comments

Comments
 (0)