Skip to content

Commit 9b03b31

Browse files
committed
fix: filter-name renamed to filter-key
1 parent bed7a5b commit 9b03b31

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/builder/components/right-panel.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,11 +2878,11 @@
28782878
</div>
28792879
<div class="fetchlist padding-bottom:20px margin:0_5px">
28802880
<input
2881-
attribute="filter-name"
2881+
attribute="filter-key"
28822882
type="text"
28832883
class="floating-label"
2884-
placeholder="filter-name"
2885-
id="filter-name"
2884+
placeholder="filter-key"
2885+
id="filter-key"
28862886
pass_id="builder"
28872887
attribute-selector="iframe;"
28882888
array=""
@@ -3278,11 +3278,11 @@
32783278
</ul>
32793279
</cocreate-select>
32803280
<input
3281-
attribute="pass-filter-name"
3281+
attribute="pass-filter-key"
32823282
type="text"
32833283
class="floating-label"
3284-
placeholder="pass-filter-name"
3285-
id="pass-filter-name"
3284+
placeholder="pass-filter-key"
3285+
id="pass-filter-key"
32863286
pass_id="builder"
32873287
attribute-selector="iframe;"
32883288
array=""

src/calendar/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
id="modal-viewport"
203203
content_id="content"></div>
204204

205-
<!-- Define filter-name to define field to filter results for calendar -->
205+
<!-- Define filter-key to define field to filter results for calendar -->
206206
<div
207207
calendar_id="calendar"
208208
filter-key="start_date"

0 commit comments

Comments
 (0)