fix: always show library scan button (#26428)

* fix: always show library scan button

* chore: clean up

---------

Co-authored-by: Jason Rasmussen <jason@rasm.me>
This commit is contained in:
Jonathan Jogenfors
2026-02-23 22:18:23 +01:00
committed by GitHub
parent db7158b967
commit 96dc4a77a0
3 changed files with 6 additions and 3 deletions
@@ -58,7 +58,7 @@
delete owners[id];
};
const { Create, ScanAll } = $derived(getLibrariesActions($t, libraries));
const { Create, ScanAll } = $derived(getLibrariesActions($t));
const getActionsForLibrary = (library: LibraryResponseDto) => {
const { Detail, Scan, Edit, Delete } = getLibraryActions($t, library);