Skip to content

Commit

Permalink
Set title for libraries list view
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 20, 2024
1 parent ac561b4 commit 1b5d400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const load = (async ({ fetch }) => {
const schema = z.object({ id: z.string() });
const deleteForm = await superValidate(zod(schema));

return { storedLibrariesTable, loadedLibrariesTable, deleteForm };
return { storedLibrariesTable, loadedLibrariesTable, deleteForm, title: m.libraries() };
}) satisfies PageServerLoad;

// ----------------------------------------------------------- //
Expand Down

0 comments on commit 1b5d400

Please sign in to comment.