feat: enhance member management features; add quick stats and search capabilities
This commit is contained in:
@@ -14,7 +14,11 @@ interface Props {
|
||||
initialData: Record<string, unknown>;
|
||||
}
|
||||
|
||||
export function SiteEditor({ pageId, accountId: _accountId, initialData }: Props) {
|
||||
export function SiteEditor({
|
||||
pageId,
|
||||
accountId: _accountId,
|
||||
initialData,
|
||||
}: Props) {
|
||||
const { execute: execPublish } = useActionWithToast(publishPage, {
|
||||
successMessage: 'Seite veröffentlicht',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user