Skip to content

Commit

Permalink
API Register Toast actions (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville authored Sep 17, 2020
1 parent 2326ae4 commit 4f9fc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/externals.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ module.exports = () => ({
'containers/InsertLinkModal/fileSchemaModalHandler': 'FileSchemaModalHandler',
'state/breadcrumbs/BreadcrumbsActions': 'BreadcrumbsActions',
'state/schema/SchemaActions': 'SchemaActions',
'state/toasts/ToastsActions': 'ToastsActions',
'state/records/RecordsActions': 'RecordsActions',
'state/records/RecordsActionTypes': 'RecordsActionTypes',
'state/tabs/TabsActions': 'TabsActions',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverstripe/webpack-config",
"version": "1.6.0",
"version": "1.7.0",
"description": "SilverStripe config files for modules",
"engines": {
"node": "^10.x"
Expand Down

0 comments on commit 4f9fc66

Please sign in to comment.