要再確認(元ページが更新されました)
@@ -109,6 +125,26 @@ export const CorrectionsPanel = () => {
{correction.body}
+ {correction.status === "draft" && (
+
+
+
+
+ )}
{correction.status === "published" && (
{correction.needsReviewAt && (
diff --git a/web/src/app/dashboard/components/review/ReviewDetailModal.tsx b/web/src/app/dashboard/components/review/ReviewDetailModal.tsx
index 22a79416..51ccbdc7 100644
--- a/web/src/app/dashboard/components/review/ReviewDetailModal.tsx
+++ b/web/src/app/dashboard/components/review/ReviewDetailModal.tsx
@@ -201,16 +201,18 @@ export const ReviewDetailModal = ({ answerRunId, onClose }: Props) => {
sourceOptions={correctionSourceOptions}
/>
+ ) : correctionSourceOptions.length > 0 ? (
+
) : (
- correctionSourceOptions.length > 0 && (
-
- )
+
+ 参照したナレッジが無いため訂正は作成できません。情報自体が不足している場合は「情報源不足」を選んでください
+
)}