diff options
author | A.J. Shulman <Shulman.aj@gmail.com> | 2024-09-02 14:44:29 -0400 |
---|---|---|
committer | A.J. Shulman <Shulman.aj@gmail.com> | 2024-09-02 14:44:29 -0400 |
commit | 785e55141cab178a761080f5c99384bb19855969 (patch) | |
tree | d9020633467afd0c88371a6269559fb8f784a00b /src/client/views/nodes/ChatBox/ChatBox.tsx | |
parent | 9983e5602ce18d771180b5c28d0ef78c71ef89e3 (diff) |
made the progress cooler (double bounce)
Diffstat (limited to 'src/client/views/nodes/ChatBox/ChatBox.tsx')
-rw-r--r-- | src/client/views/nodes/ChatBox/ChatBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ChatBox/ChatBox.tsx b/src/client/views/nodes/ChatBox/ChatBox.tsx index fdc0e3a17..383be0bb7 100644 --- a/src/client/views/nodes/ChatBox/ChatBox.tsx +++ b/src/client/views/nodes/ChatBox/ChatBox.tsx @@ -500,7 +500,7 @@ export class ChatBox extends ViewBoxAnnotatableComponent<FieldViewProps>() { {this.isUploadingDocs && ( <div className="uploading-overlay"> <div className="progress-container"> - <ProgressBar progress={this.uploadProgress} /> + <ProgressBar /> <div className="step-name">{this.currentStep}</div> </div> </div> |