mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
fix(editor): make permalink types more sane
This commit is contained in:
parent
0d96a4f973
commit
20efb22605
2 changed files with 3 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue