Fix: enable sync deleted file in airtable (#14438)

### What problem does this PR solve?

Fix: enable sync deleted file in airtable

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Magicbook1108
2026-04-28 20:09:08 +08:00
committed by GitHub
parent 926efbd29b
commit 0d18b293f5
3 changed files with 109 additions and 60 deletions

View File

@@ -82,6 +82,9 @@ export const DataSourceFeatureVisibilityMap = {
[DataSourceKey.JIRA]: {
syncDeletedFiles: true,
},
[DataSourceKey.AIRTABLE]: {
syncDeletedFiles: true,
},
};
const isDataSourceFeatureVisible = (