1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-24 16:36:46 +00:00
bramw_baserow/enterprise/web-frontend/modules/baserow_enterprise/undoRedoConstants.js

9 lines
223 B
JavaScript

// The different types of undo/redo scopes available for the enterprise module.
export const ENTERPRISE_ACTION_SCOPES = {
teams_in_workspace(workspaceId) {
return {
teams_in_workspace: workspaceId,
}
},
}