Skip to content

Commit

Permalink
fix delete library broken
Browse files Browse the repository at this point in the history
id should be uuid, not urn
  • Loading branch information
eric-intuitem committed Sep 28, 2024
1 parent 390a6c6 commit 3d2d6a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/routes/(app)/(internal)/libraries/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<ModelTable
source={data.storedLibrariesTable}
URLModel="libraries"
identifierField="urn"
pagination={false}
deleteForm={data.deleteForm}
/>
Expand All @@ -45,7 +44,6 @@
<ModelTable
source={data.loadedLibrariesTable}
URLModel="libraries"
identifierField="urn"
pagination={false}
deleteForm={data.deleteForm}
detailQueryParameter="loaded"
Expand Down

0 comments on commit 3d2d6a7

Please sign in to comment.