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 14, 2023
1 parent 63e3cdb commit 6967092
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/right-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -2842,11 +2842,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 @@ -3186,11 +3186,11 @@
</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

0 comments on commit 6967092

Please sign in to comment.