parent
d4f2f5cd44
commit
6514c5e410
1 changed files with 4 additions and 1 deletions
|
@ -267,7 +267,10 @@ export const ClientScopeForm = () => {
|
|||
<Button variant="primary" type="submit">
|
||||
{t("common:save")}
|
||||
</Button>
|
||||
<Button variant="link" onClick={() => history.push("..")}>
|
||||
<Button
|
||||
variant="link"
|
||||
onClick={() => history.push("/client-scopes/")}
|
||||
>
|
||||
{t("common:cancel")}
|
||||
</Button>
|
||||
</ActionGroup>
|
||||
|
|
Loading…
Reference in a new issue