Skip to content

Commit

Permalink
fix: convert field error causing the deleted view params (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxing9 authored Nov 5, 2024
1 parent 1fdc1ee commit 15b79dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class FieldViewSyncService {
id: true,
type: true,
},
where: { tableId: tableId },
where: { tableId: tableId, deletedTime: null },
});

if (!views?.length) {
Expand Down

0 comments on commit 15b79dd

Please sign in to comment.