mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fixed share page issue.
This commit is contained in:
parent
cf1dd422fe
commit
befafaf1ee
@ -17,7 +17,7 @@ export interface ShareResponse {
|
||||
|
||||
const schema = {
|
||||
GET: yup.object().shape({
|
||||
id: yup.string().uuid().required(),
|
||||
id: yup.string().required(),
|
||||
}),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user