Skip to content

Commit

Permalink
Fix an error that would throw a blank page when using third party ext…
Browse files Browse the repository at this point in the history
…ensions
  • Loading branch information
rubenvanassche committed Jul 27, 2020
1 parent a1ebe57 commit 87335b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `ignition` will be documented in this file

## 2.3.4 -2020-07-27

- fix an error that would throw a blank page when using third party extensions

## 2.3.3 -2020-07-14

- fix all psalm related issues
Expand Down
2 changes: 1 addition & 1 deletion resources/views/errorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'defaultTab' => $defaultTab,
'defaultTabProps' => $defaultTabProps,
])
?>
?>;

window.tabs = <?=$tabs?>;
</script>
Expand Down

0 comments on commit 87335b1

Please sign in to comment.