mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 18:36:26 +08:00
@@ -160,7 +160,8 @@ export default function TemplateList() {
|
||||
? spaceNameMap.get(template.spaceId)
|
||||
: undefined
|
||||
}
|
||||
onUse={handlePreview}
|
||||
onPreview={handlePreview}
|
||||
onUse={handleUse}
|
||||
onEdit={handleEdit}
|
||||
onDelete={handleDelete}
|
||||
canManage={isWorkspaceAdmin}
|
||||
|
||||
Reference in New Issue
Block a user