Skip to content

Commit a9291df

Browse files
committed
fix type
1 parent f718bfc commit a9291df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-crud/src/components/editable-document.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export type EditableDocumentProps = {
1818
removeDocument?: CrudActions['removeDocument'];
1919
replaceDocument?: CrudActions['replaceDocument'];
2020
updateDocument?: CrudActions['updateDocument'];
21+
openErrorDetailsDialog?: CrudActions['openErrorDetailsDialog'];
2122
openInsertDocumentDialog?: CrudActions['openInsertDocumentDialog'];
2223
copyToClipboard?: CrudActions['copyToClipboard'];
2324
showInsights?: boolean;

0 commit comments

Comments
 (0)