Skip to content

Commit

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

0 comments on commit 8ee3da9

Please sign in to comment.