Skip to content

Commit

Permalink
Remove bound for :persist-position
Browse files Browse the repository at this point in the history
  • Loading branch information
rukmini-bose committed Feb 20, 2024
1 parent 0eece9a commit ce2ea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/layout/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<pane
handle="before"

Check warning on line 109 in src/ui/layout/AppLayout.vue

View check run for this annotation

Codecov / codecov/patch

src/ui/layout/AppLayout.vue#L108-L109

Added lines #L108 - L109 were not covered by tests
label="Recently Viewed"
:persist-position="true"
persist-position="true"
collapse-type="horizontal"

Check warning on line 112 in src/ui/layout/AppLayout.vue

View check run for this annotation

Codecov / codecov/patch

src/ui/layout/AppLayout.vue#L111-L112

Added lines #L111 - L112 were not covered by tests
hide-param="hideRecents"
>
Expand Down

0 comments on commit ce2ea42

Please sign in to comment.