Skip to content

Commit

Permalink
update new evaluation submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendi committed Dec 18, 2024
1 parent a065de7 commit 581aa46
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions frontend/src/components/evaluations/NewEvaluation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,12 @@
{{ t('all.cancel') }}
</a>
<el-form-item>
<button
:disabled="submitLoading"
<CsgButton
class="btn btn-primary rounded-md text-sm font-medium flex items-center justify-center px-[14px] h-[42px]"
:disabled="submitLoading"
:name="t('evaluation.new.createEvaluation')"
@click="handleSubmit"
>
{{ t('evaluation.new.createEvaluation') }}
</button>
/>
</el-form-item>
</div>
</el-form>
Expand Down

0 comments on commit 581aa46

Please sign in to comment.