changed path (#181)

fixes: #178
This commit is contained in:
Erik Jan de Wit 2020-10-20 22:45:40 +02:00 committed by GitHub
parent d4f2f5cd44
commit 6514c5e410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>