Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 34a0606

Browse files
committed
fix(challenge): "Result" has been removed
1 parent def0e92 commit 34a0606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/Challenge/Ui.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<hr class="opacity-50">
1111
<section class="app-challenge-primary row g-4">
1212
<div class="app-challenge-primary__left col-12 col-md-6">
13-
<twig:Challenge:Executor class="mt-2" data-model="result:result query:query" :question="question" :user="user">
13+
<twig:Challenge:Executor class="mt-2" data-model="query:query" :question="question" :user="user">
1414
<twig:block name="actions">
1515
<div class="btn-group">
1616
<button type="button" class="btn btn-outline-secondary" data-bs-toggle="modal" data-bs-target=".challenge-instruction-modal">提示</button>

0 commit comments

Comments
 (0)