Skip to content

Commit

Permalink
fix: update pass-refresh to pass-overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 13, 2023
1 parent a29a611 commit 5b08fe6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/builder/components/right-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3307,9 +3307,9 @@
active />
<cocreate-select
class="floating-label"
id="pass-refresh"
placeholder="pass-refresh"
attribute="pass-refresh"
id="pass-overwrite"
placeholder="pass-overwrite"
attribute="pass-overwrite"
pass_id="builder"
attribute-selector="iframe;"
array=""
Expand Down
2 changes: 1 addition & 1 deletion src/database/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
render-selector="[template='array-view']"
array=""
filter-limit="5"
pass-refresh
pass-overwrite
pass_id="array-view">
<tr
template
Expand Down
2 changes: 1 addition & 1 deletion src/modules/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@
class="display:flex flex-wrap:wrap"
array=""
object
pass-refresh="true"
pass-overwrite="true"
filter-sort-key="name"
filter-sort-direction="asc"
render-selector="[template]"
Expand Down
4 changes: 2 additions & 2 deletions src/projects/kanban.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@
pass-array="tags"
pass-filter-key="type"
pass-filter-value="60edaf79b979b4001744c6fe"
pass-refresh></div>
pass-overwrite></div>
<div
pass_to="card"
pass-array="module_activities"
pass-filter-key="type"
pass-refresh></div>
pass-overwrite></div>
</a>

<div id="board" class="display:flex overflow:auto height:90vh">
Expand Down
2 changes: 1 addition & 1 deletion src/websites/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
class="display:flex flex-wrap:wrap"
array=""
object
pass-refresh="true"
pass-overwrite="true"
filter-sort-key="name"
filter-sort-direction="asc"
render-selector="[template]"
Expand Down

0 comments on commit 5b08fe6

Please # to comment.