Skip to content

Commit

Permalink
docs(stepper): update demo function name
Browse files Browse the repository at this point in the history
  • Loading branch information
TingShine committed Oct 31, 2022
1 parent d42ba4e commit f6ad73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stepper/_example/status.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState } from 'react';
import { Stepper, Cell } from 'tdesign-mobile-react';

export default function PureStepper() {
export default function StatusStepper() {
const [controlValue, setControlValue] = useState(999);

const onValueChange = (v) => {
Expand Down

0 comments on commit f6ad73d

Please sign in to comment.