fix(editor): make permalink types more sane

This commit is contained in:
41666 2022-01-22 22:10:57 -05:00
parent 0d96a4f973
commit 20efb22605
2 changed files with 3 additions and 4 deletions

View file

@ -61,7 +61,7 @@ export const EditorShell = (props: EditorShellProps) => {
<Space />
<ServerMasthead guild={props.guild.guild} editable={false} />
<Space />
<EditorInviteLink guild={props.guild.guild} />
<EditorInviteLink guildId={props.guild.id} />
<Space />
<EditableServerMessage
onChange={onMessageChange}