Fix cancel navigation on control creation page
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -246,9 +246,7 @@ function CreateControlPageContent() {
|
|||||||
variant="outline"
|
variant="outline"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
navigate(
|
navigate(
|
||||||
`/organizations/${
|
`/organizations/${organizationId}/frameworks/${frameworkId}`
|
||||||
frameworkId?.split(":")[1]
|
|
||||||
}/frameworks/${frameworkId}`
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user