Skip to content

Commit

Permalink
fix: filter-name renamed to filter-key
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 13, 2023
1 parent bed7a5b commit 9b03b31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/builder/components/right-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -2878,11 +2878,11 @@
</div>
<div class="fetchlist padding-bottom:20px margin:0_5px">
<input
attribute="filter-name"
attribute="filter-key"
type="text"
class="floating-label"
placeholder="filter-name"
id="filter-name"
placeholder="filter-key"
id="filter-key"
pass_id="builder"
attribute-selector="iframe;"
array=""
Expand Down Expand Up @@ -3278,11 +3278,11 @@
</ul>
</cocreate-select>
<input
attribute="pass-filter-name"
attribute="pass-filter-key"
type="text"
class="floating-label"
placeholder="pass-filter-name"
id="pass-filter-name"
placeholder="pass-filter-key"
id="pass-filter-key"
pass_id="builder"
attribute-selector="iframe;"
array=""
Expand Down
2 changes: 1 addition & 1 deletion src/calendar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
id="modal-viewport"
content_id="content"></div>

<!-- Define filter-name to define field to filter results for calendar -->
<!-- Define filter-key to define field to filter results for calendar -->
<div
calendar_id="calendar"
filter-key="start_date"
Expand Down

0 comments on commit 9b03b31

Please sign in to comment.