Skip to content

Commit

Permalink
Merge branch 'main' into integrate-milestones-userland-with-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Nov 13, 2024
2 parents 8fad755 + 43bf1b3 commit ef560b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/ChildrenGallery.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function searchName(data: any[], key: string): any[] {
}
let showAlert = $state(false);
let alertMessage = $_("childData.alertMessageError");
let alertMessage = $state($_("childData.alertMessageError"));
let data: any[] = $state([]);
const promise = $state(setup());
Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/components/ChildrenRegistration.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ async function submitImageData(): Promise<void> {
return;
}
} else if (image instanceof File && imageDeleted === false) {
console.log("uploading image", image);
const response = await uploadChildImage({
body: {
file: image,
Expand Down

0 comments on commit ef560b7

Please sign in to comment.