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">
|
<Button variant="primary" type="submit">
|
||||||
{t("common:save")}
|
{t("common:save")}
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="link" onClick={() => history.push("..")}>
|
<Button
|
||||||
|
variant="link"
|
||||||
|
onClick={() => history.push("/client-scopes/")}
|
||||||
|
>
|
||||||
{t("common:cancel")}
|
{t("common:cancel")}
|
||||||
</Button>
|
</Button>
|
||||||
</ActionGroup>
|
</ActionGroup>
|
||||||
|
|
Loading…
Reference in a new issue