need to re-return data to work
This commit is contained in:
parent
3f65988c16
commit
15b8179963
|
@ -12,4 +12,6 @@ export const load: LayoutLoad = ({data, url}) => {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
return data;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue