From ff587472ebf7fb70bbd63e3c00d5eb54a243aad0 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Thu, 27 Oct 2022 17:31:33 -0600 Subject: [PATCH] add isloading --- src/components/IOUConfirmationList.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/IOUConfirmationList.js b/src/components/IOUConfirmationList.js index c98b78b41d50..20665f9b5f87 100755 --- a/src/components/IOUConfirmationList.js +++ b/src/components/IOUConfirmationList.js @@ -328,6 +328,7 @@ class IOUConfirmationList extends Component { const shouldDisableButton = selectedParticipants.length === 0; const recipient = this.state.participants[0]; const canModifyParticipants = this.props.isIOUAttachedToExistingChatReport && this.props.hasMultipleParticipants; + const isLoading = this.props.iou.loading; return ( ) : ( this.confirm(value)} options={this.splitOrRequestOptions} + isLoading={isLoading} /> )} />