add: webhook

This commit is contained in:
h z
2025-03-17 13:54:53 +00:00
parent 8abf54eade
commit 2c330904e4
6 changed files with 567 additions and 20 deletions

View File

@@ -42,9 +42,8 @@ const MarkdownEditor = () => {
const hasPermission = roles.includes("admin") || roles.includes("creator");
if (!hasPermission) {
if (!hasPermission)
return <div className="notification is-danger">Permission Denied</div>;
}
if(isLoading)
return <p>Loading...</p>;