Skip to content

Commit

Permalink
fix: convert field error causing the deleted view params
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxing9 committed Nov 5, 2024
1 parent 1fdc1ee commit 20734db
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 20734db

Please sign in to comment.