Skip to content

Commit

Permalink
Use grading-slider for selection problem
Browse files Browse the repository at this point in the history
  • Loading branch information
proelbtn committed Jan 16, 2025
1 parent 4d76536 commit 812cb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/problems/id/GradingForm.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-col>
<v-row justify="space-between">
<template v-if="problem.modeIsTextbox">
<template>
<grading-slider v-model="percent" :sending="sending">
<template v-slot:prepend>
<!-- 基準突破チェック + 説明ツールチップ -->
Expand Down

0 comments on commit 812cb25

Please sign in to comment.