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 6b9ed5a commit 54f6cbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions superadmin/builder/components/right-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3309,9 +3309,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 superadmin/database/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
array=""
object
filter-limit="5"
pass-refresh
pass-overwrite
pass_id="array-view"
render-selector="[template]">
<tr
Expand Down
2 changes: 1 addition & 1 deletion superadmin/websites/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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 54f6cbc

Please sign in to comment.