fix: align rules list and review detail flows
This commit is contained in:
@@ -17,9 +17,9 @@ interface Statistics {
|
||||
interface RulesDirectoryProps {
|
||||
reviewPoints: ReviewPoint[];
|
||||
statistics: Statistics;
|
||||
activeReviewPointResultId: string | null;
|
||||
activeReviewPointResultId: string | number | null;
|
||||
fileName: string;
|
||||
onRuleSelect: (id: string) => void;
|
||||
onRuleSelect: (id: string | number) => void;
|
||||
onBack: () => void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user