mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix missing name in full snapshot (#8535)
This commit is contained in:
parent
2abba7e445
commit
c97ec32343
@ -105,6 +105,7 @@ export const createHassioFullSnapshot = async (
|
|||||||
endpoint: "/snapshots/new/full",
|
endpoint: "/snapshots/new/full",
|
||||||
method: "post",
|
method: "post",
|
||||||
timeout: null,
|
timeout: null,
|
||||||
|
data,
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user