incresed modal width for manage buckets

This commit is contained in:
Pramod Mahajan 2025-05-27 12:47:47 +05:30
parent a17a32a7cf
commit 3072759ba8

View File

@ -257,7 +257,7 @@ const Directory = () =>
<GlobalModel
isOpen={openBucketModal}
closeModal={() =>setOpenBucketModal(false)}
size="md"
size="lg"
>
<ManageBucket buckets={buckets} />
</GlobalModel>