forked from coracle/flotilla
Add remove group, format
This commit is contained in:
+2
-2
@@ -17,6 +17,6 @@ export const pushModal = (component: ComponentType, props: Record<string, any> =
|
||||
}
|
||||
|
||||
export const clearModal = () => {
|
||||
goto('#')
|
||||
emitter.emit('close')
|
||||
goto("#")
|
||||
emitter.emit("close")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user