Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hit-pay/orchid into next
Browse files Browse the repository at this point in the history
  • Loading branch information
kewcoder committed Dec 4, 2024
2 parents a569611 + c226c1a commit 8dbdef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/DataTable/OcDataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const changePage = () => {
}
const saveFilterInLocalStorage = () => {
if (filterOptions.value?.columnEdit?.localStorageKey) {
if (props.id) {
setInLocalStorage(props.id, JSON.stringify(filterData.value))
}
}
Expand Down

0 comments on commit 8dbdef1

Please sign in to comment.