Skip to content

Commit

Permalink
change type
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 21, 2023
1 parent 6b0c995 commit 5226a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/dialogs/ImportSampleDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ImportSampleDialog: FC<{ collection: string }> = props => {
collectionName: string,
size: string,
download: boolean = false
): Promise<{ result: any; msg: string }> => {
): Promise<{ result: string | boolean; msg: string }> => {
const param: LoadSampleParam = {
collection_name: collectionName,
size: size,
Expand Down

0 comments on commit 5226a0e

Please sign in to comment.