Fix bug show incorrect buttons when creating document success
This commit is contained in:
committed by
Anton Shepilov
parent
373a28ecc8
commit
f0b6315d76
+1
-1
@@ -147,7 +147,7 @@ const PendingRootRow = ({
|
||||
</p>
|
||||
|
||||
<div className="progress-check flex items-center justify-center ml-auto">
|
||||
{isUploadCompleted && root.id ? (
|
||||
{isUploadCompleted ? (
|
||||
<button
|
||||
onClick={handleShowFolder}
|
||||
className={`hover:bg-gray-100 p-2 rounded-md transition-all duration-200 ${showFileFolderTestId}`}
|
||||
|
||||
Reference in New Issue
Block a user