Skip to content

Commit

Permalink
feat(dcellar-web-ui): optimize create folder fee and support payment …
Browse files Browse the repository at this point in the history
…account when upload objects
  • Loading branch information
devinxl committed Aug 29, 2023
1 parent 19c647e commit 73bdea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const CreateFolder = memo<modalProps>(function CreateFolderDrawer({ refet
size: 0,
primarySpAddress: primarySp.operatorAddress,
preLockFeeObject: preLockFeeObject,
}).toString();
}).toString() || '0';

const getPath = useCallback((name: string, folders: string[]) => {
const parentFolderName = folders && folders[folders.length - 1];
Expand Down

0 comments on commit 73bdea3

Please sign in to comment.