diff --git a/Services/client/src/components/ListView.vue b/Services/client/src/components/ListView.vue index 363d0a7..389ab42 100644 --- a/Services/client/src/components/ListView.vue +++ b/Services/client/src/components/ListView.vue @@ -377,9 +377,16 @@ const onRowClick = ((_, row) => { @click.stop=" () => fileFormComponent?.triggerFileEdit( - data.row, + { + title: data.row.title, + description: data.row.description, + keyword: data.row.keyword, + category: data.row.category, + author: data.row.author, + metadata: data.row.metadata, + }, data.row.pathname, - data.row.filename, + data.row.fileName, ) " id="listViewFileEdit"