Skip to content

Commit

Permalink
Align with backend
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspergrom committed Oct 17, 2023
1 parent 522a934 commit a1fa151
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,7 @@ const getViews = () => {
return;
}
SavedViewsService.query({
filter: {
placement: [props.placement],
},
placement: [props.placement],
})
.then((res: SavedView[]) => {
views.value = [];
Expand Down

0 comments on commit a1fa151

Please sign in to comment.