Skip to content

Commit

Permalink
fix #1206: install uninstall button (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
NghiaPham authored May 27, 2020
1 parent e5405a5 commit f532998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ const ClientAppDetail: React.FC<ClientAppDetailProps> = () => {
buttonGroup={renderAppHeaderButtonGroup(
id,
installedOn,
onUninstsallConfirmationModal,
onInstallConfirmationModal,
onUninstsallConfirmationModal,
isInstallBtnHidden,
)}
/>
Expand Down

0 comments on commit f532998

Please sign in to comment.