Skip to content

Commit

Permalink
Fix submit button on the settings page (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Jan 18, 2023
1 parent ea2ec31 commit be48860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic_web/live/settings_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ defmodule ArchethicWeb.SettingsLive do
<%= if @sending do %>
<button class="button is-link is-loading" disabled>Save</button>
<% else %>
<submit class="button is-link">Save</submit>
<button class="button is-link">Save</button>
<% end %>
</div>
</div>
Expand Down

0 comments on commit be48860

Please sign in to comment.