Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CMDWillYang committed Dec 19, 2023
2 parents 0bded63 + 3339e56 commit 4139ed5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ export class EditDataSourceForm extends React.Component<EditDataSourceProps, Edi

{this.state.showUpdateAwsCredentialModal ? (
<UpdateAwsCredentialModal
region={this.state.auth.credentials!.region?.toString() || ''}
service={this.state.auth.credentials!.service as SigV4ServiceName}
region={this.state.auth.credentials.region?.toString() || ''}
service={this.state.auth.credentials.service as SigV4ServiceName}
handleUpdateAwsCredential={this.updateAwsCredential}
closeUpdateAwsCredentialModal={this.closeAwsCredentialModal}
/>
Expand Down

0 comments on commit 4139ed5

Please sign in to comment.