mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
feat: add audit logging via webhook (#309)
* feat: add audit logging via webhook * addd missing auditLogWebhook values in various places
This commit is contained in:
parent
5671a408c1
commit
acc604f83f
16 changed files with 488 additions and 22 deletions
|
@ -14,6 +14,7 @@ export default {
|
|||
),
|
||||
],
|
||||
args: {
|
||||
errors: { validationStatus: 0 },
|
||||
guilds: mastheadSlugs,
|
||||
user: user,
|
||||
guild: guildEnum.guilds[0],
|
||||
|
|
|
@ -11,7 +11,9 @@ export const EditorTemplate = (
|
|||
props;
|
||||
return (
|
||||
<AppShell {...appShellProps} activeGuildId={guild.id} small double>
|
||||
<EditorShell guild={guild} onGuildChange={onGuildChange} />
|
||||
<EditorShell guild={guild} onGuildChange={onGuildChange} errors={props.errors} />
|
||||
</AppShell>
|
||||
);
|
||||
};
|
||||
|
||||
export type EditorErrors = EditorShellProps['errors'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue