Skip to content

Commit 1bde0f8

Browse files
authored
Merge pull request #1364 from ds-wizard/hotfix/4.17.1
Hotfix 4.17.1
2 parents 82767fe + ab34411 commit 1bde0f8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

engine-wizard/elm/Wizard/Projects/Create/View.elm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import Wizard.Common.View.ActionButton as ActionButton
1818
import Wizard.Common.View.ActionResultBlock as ActionResultBlock
1919
import Wizard.Common.View.FormActions as FormActions
2020
import Wizard.Common.View.FormGroup as FormGroup
21+
import Wizard.Common.View.FormResult as FormResult
2122
import Wizard.Common.View.Page as Page
2223
import Wizard.Common.View.Tag as Tag
2324
import Wizard.Projects.Create.Models exposing (ActiveTab(..), DefaultMode(..), Mode(..), Model, mapMode)
@@ -43,6 +44,7 @@ viewPageContent : AppState -> Model -> List a -> Html Msg
4344
viewPageContent appState model _ =
4445
div [ detailClass "Projects__Create" ]
4546
[ Page.headerWithGuideLink appState (gettext "Create Project" appState.locale) GuideLinks.projectsCreate
47+
, FormResult.errorOnlyView appState model.savingQuestionnaire
4648
, formView appState model
4749
]
4850

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine-frontend",
3-
"version": "4.17.0",
3+
"version": "4.17.1",
44
"repository": "https://github.com/ds-wizard/engine-frontend",
55
"license": "Apache-2.0",
66
"scripts": {

0 commit comments

Comments
 (0)