Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Oct 6, 2024
1 parent cd92371 commit efdf1e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/canyon-report/src/components/Report/Report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const Report: FC<ReportProps> = ({
onSelect,
reportName,
}) => {
// 1.展示模式//tree||list
const [keywords,setKeywords] = useState('');
const [range,setRange] = useState([0,100]);
const [showMode, setShowMode] = useState("tree");
const [loading, setLoading] = useState(false);

Expand Down

0 comments on commit efdf1e1

Please sign in to comment.