Skip to content

Commit

Permalink
Merge pull request #1408 from Lumieducation/master
Browse files Browse the repository at this point in the history
Release v0.6.1
  • Loading branch information
JPSchellenberg authored Apr 2, 2021
2 parents 829f408 + 9c02719 commit e2fc8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/state/H5PEditor/H5PEditorReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default function tabReducer(
name: i18next.t('editor.default_name'),
path: undefined,
mode: Modes.edit,
opening: true,
opening: false,
...action.payload.tab
}
]
Expand Down

0 comments on commit e2fc8ea

Please sign in to comment.