mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 04:02:15 +01:00
Enable npm workspaces and update dependencies
This commit is contained in:
@@ -29,7 +29,7 @@ const photoInput = ref<HTMLInputElement | null>(null);
|
||||
|
||||
const updateProfileInformation = () => {
|
||||
if (photoInput.value && photoInput.value.files && photoInput.value.files?.length > 0) {
|
||||
form.photo = photoInput.value?.files[0];
|
||||
form.photo = photoInput.value?.files[0] ?? null;
|
||||
}
|
||||
|
||||
form.post(route('user-profile-information.update'), {
|
||||
|
||||
Reference in New Issue
Block a user