Skip to content

Commit

Permalink
Merge pull request #875 from intuitem/hotfix/delete-library
Browse files Browse the repository at this point in the history
fix delete library broken
  • Loading branch information
ab-smith authored Sep 28, 2024
2 parents 390a6c6 + 3d2d6a7 commit 3489d2e
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 3489d2e

Please sign in to comment.