Prasath R

Results 7 comments of Prasath R

@cielf - I would like to take this up. Can you assign it to me?

Hi @awwaiid - Will be fixing this in the next two days. Feel free to pickup if you want to!

Can you assign this to me - Thanks!

I would like to fix this issue. Can this be assigned?

In web/app/components/datasets/create/step-one/index.tsx, we have the following: `const supportBatchUpload = !enableBilling || plan.type !== Plan.sandbox` In web/app/components/datasets/create/file-uploader/index.tsx, we have the following: ``` const hideUpload = !supportBatchUpload && fileList.length > 0 //...