mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
@@ -15,6 +15,7 @@ import type {
|
||||
DatabaseRow,
|
||||
DatabaseValueCell,
|
||||
} from '@affine/core/modules/doc-info/types';
|
||||
import { DocIntegrationPropertiesTable } from '@affine/core/modules/integration';
|
||||
import { GuardService } from '@affine/core/modules/permissions';
|
||||
import { ViewService, WorkbenchService } from '@affine/core/modules/workbench';
|
||||
import type { AffineDNDData } from '@affine/core/types/dnd';
|
||||
@@ -448,6 +449,7 @@ const DocPropertiesTableInner = ({
|
||||
onOpenChange={setExpanded}
|
||||
/>
|
||||
<Collapsible.Content>
|
||||
<DocIntegrationPropertiesTable />
|
||||
<DocWorkspacePropertiesTableBody
|
||||
defaultOpen={
|
||||
!defaultOpenProperty || defaultOpenProperty.type === 'workspace'
|
||||
|
||||
Reference in New Issue
Block a user