Skip to content

Commit

Permalink
discard url or route
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i committed Mar 13, 2024
1 parent 1f09ba2 commit 06c3232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/bundle/Resources/public/scss/_main-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
}

&--edit-container {
//
height: 100vh;
padding: $edit-container-padding;
background-color: $ibexa-color-dark;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ public function createStructure(array $options): ItemInterface
self::ITEM__SAVE => $saveItem,
self::ITEM__CANCEL => $this->createMenuItem(
self::ITEM__CANCEL,
[
'uri' => $return_url,
]
$options['return_url'] ? [ 'uri' => $return_url ] : [ 'route' => $return_url]
),
]);

Expand Down

0 comments on commit 06c3232

Please sign in to comment.