mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
add actions, reordering base interactions
This commit is contained in:
parent
b0c8b2378b
commit
2d589b988f
26 changed files with 383 additions and 427 deletions
|
@ -1,4 +1,4 @@
|
|||
import { Redirect } from '@reach/router';
|
||||
import { navigate, Redirect } from '@reach/router';
|
||||
import { EditorTemplate } from '@roleypoly/design-system/templates/editor';
|
||||
import { GenericLoadingTemplate } from '@roleypoly/design-system/templates/generic-loading';
|
||||
import {
|
||||
|
@ -87,6 +87,8 @@ const Editor = (props: EditorProps) => {
|
|||
setGuild(guild);
|
||||
setPending(false);
|
||||
}
|
||||
|
||||
navigate(`/s/${props.serverID}`);
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue