This commit is contained in:
2023-03-29 16:02:57 +10:00
parent 181cd2fce1
commit 7f3eada0c1

View File

@@ -145,6 +145,7 @@ const updateSlug = async () => {
* Load the page data.
*/
const loadData = async () => {
console.log("load data");
try {
if (route.params.id) {
form.loading(true);