Display a table skeleton while the list of guests is loading #29

Merged
bustikiller merged 5 commits from skeleton into main 2024-08-18 20:02:46 +00:00
Showing only changes of commit 61df349cee - Show all commits

View File

@ -23,6 +23,8 @@ export default async function guestsTable() {
status: record.attributes.status
});
});
}, (error) => {
return [];
});
return (