From: Pascal Mugnier Date: Fri, 9 Mar 2018 06:44:17 +0000 (+0100) Subject: SONAR-10465 Remove clickable tags on Marketplace's list of Plugins (#3132) X-Git-Tag: 7.5~1572 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0fc431e6994c9e4568cb3683ba6ae0330ce78cf1;p=sonarqube.git SONAR-10465 Remove clickable tags on Marketplace's list of Plugins (#3132) --- diff --git a/server/sonar-web/src/main/js/apps/marketplace/App.tsx b/server/sonar-web/src/main/js/apps/marketplace/App.tsx index 0807fd2dabf..2dcf58ab2e0 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/App.tsx +++ b/server/sonar-web/src/main/js/apps/marketplace/App.tsx @@ -184,7 +184,6 @@ export default class App extends React.PureComponent { plugins={filteredPlugins} readOnly={!standaloneMode} refreshPending={this.fetchPendingPlugins} - updateQuery={this.updateQuery} /> )} {!loadingPlugins &&