Skip to content

Commit

Permalink
Explicitly define page title
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 20, 2024
1 parent 8b85dff commit 369c679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ export const load: LayoutServerLoad = async (event) => {
}
model.foreignKeys = foreignKeys;
model.selectOptions = selectOptions;
return { form, model, object, foreignKeys, selectOptions, URLModel };
return { form, model, object, foreignKeys, selectOptions, URLModel, title: m.edit() };
};

0 comments on commit 369c679

Please sign in to comment.