Skip to content

Commit

Permalink
Remove manual disabling of other button
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Jun 24, 2021
1 parent cd51c6d commit f085304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const RoleMappingFlyout: React.FC<Props> = ({
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiButton
disabled={disabled || formLoading}
disabled={disabled}
isLoading={formLoading}
onClick={handleSaveMapping}
fill
Expand Down

0 comments on commit f085304

Please sign in to comment.