Skip to content

Commit

Permalink
Merge pull request #871 from ds-wizard/hotfix/3.25.1
Browse files Browse the repository at this point in the history
Hotfix 3.25.1
  • Loading branch information
janslifka authored Jul 6, 2023
2 parents 01dc4e6 + 63c162c commit 1fd4798
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion engine-wizard/elm/Wizard/Settings/LookAndFeel/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Form.Field as Field
import Form.Input as Input
import Gettext exposing (gettext)
import Html exposing (Html, a, button, div, form, hr, img, label, span, text)
import Html.Attributes exposing (attribute, class, placeholder, src, style)
import Html.Attributes exposing (attribute, class, placeholder, src, style, type_)
import Html.Events exposing (onClick, onSubmit)
import Maybe.Extra as Maybe
import Shared.Data.BootstrapConfig.LookAndFeelConfig as LookAndFeelConfig
Expand Down Expand Up @@ -114,6 +114,7 @@ formView appState form =
, div [ class "mt-2" ]
[ button
[ class "btn btn-secondary"
, type_ "button"
, onClick (LogoUploadModalMsg (LogoUploadModal.SetOpen True))
]
[ text (gettext "Change" appState.locale) ]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine-frontend",
"version": "3.25.0",
"version": "3.25.1",
"repository": "https://github.com/ds-wizard/engine-frontend",
"license": "Apache-2.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions wizard-style-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wizard-style-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wizard-style-builder",
"version": "3.25.0",
"version": "3.25.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1fd4798

Please sign in to comment.