Skip to content

Commit

Permalink
chore: update demo (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Aug 6, 2024
1 parent 81fce9a commit ec90b06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/button/_usage/props.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
"defaultValue": false,
"options": []
},
{
"name": "ghost",
"type": "Boolean",
"defaultValue": false,
"options": []
},
{
"name": "loading",
"type": "Boolean",
Expand Down
2 changes: 1 addition & 1 deletion src/upload/_example/image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Upload, Space, MessagePlugin, Checkbox, Button } from 'tdesign-react';

import type { UploadFile, UploadProps } from 'tdesign-react';
// @ts-ignore
import { getFileUrlByFileRaw } from 'tdesign-react/_common/js/upload/utils';
import { getFileUrlByFileRaw } from 'tdesign-react/es/_common/js/upload/utils';

export default function UploadExample() {
const uploadRef1 = useRef(null);
Expand Down

0 comments on commit ec90b06

Please sign in to comment.