Skip to content

Commit 09c13a5

Browse files
committed
Remove cancel button
1 parent c39018d commit 09c13a5

File tree

1 file changed

+0
-9
lines changed
  • portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ListObjects

1 file changed

+0
-9
lines changed

portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ListObjects/ListObjects.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,6 @@ const ListObjects = ({
213213
This operation is taking longer than expected... (
214214
{Math.ceil(timeDelta / 1000)}s)
215215
</Typography>
216-
<Button
217-
onClick={() => {
218-
if (loadingPromise != null) {
219-
// loadingPromise.cancel();
220-
}
221-
}}
222-
>
223-
Cancel
224-
</Button>
225216
</React.Fragment>
226217
);
227218
} else if (timeDelta / 1000 >= 3) {

0 commit comments

Comments
 (0)