You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/compass-crud/src/stores/crud-store.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1955,6 +1955,8 @@ class CrudStoreImpl
1955
1955
description: `This action can not be undone. This will permanently delete ${
1956
1956
affected??'an unknown number of'
1957
1957
} document${affected!==1 ? 's' : ''}.`,
1958
+
warning:
1959
+
'The document list and count may not always reflect the latest updates in real time. This action will apply to all relevant documents, including those not currently visible, so please ensure they are handled safely.',
0 commit comments