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"
|
||||
onClick={() =>
|
||||
navigate(
|
||||
`/organizations/${
|
||||
frameworkId?.split(":")[1]
|
||||
}/frameworks/${frameworkId}`
|
||||
`/organizations/${organizationId}/frameworks/${frameworkId}`
|
||||
)
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user