Skip to content

Commit

Permalink
Adjusted a button HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakubanov committed Nov 7, 2024
1 parent c817804 commit cbf901e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<form action="{{ url('/amazon-quicksight/user/synchronize-quicksight-users') }}" method="POST" class="form-inline">
<input type="hidden" name="{{ tokenFieldName }}" value="{{ csrf_token(formName) }}">
<button type="submit" class="btn safe-submit btn-outline btn-view">{{ 'Synchronize Users' | trans }}</button>
<button class="btn safe-submit btn-outline btn-view">{{ 'Synchronize Users' | trans }}</button>
</form>

0 comments on commit cbf901e

Please sign in to comment.