Erik Sundell před 7 roky
rodič
revize
c79d8b2a9b
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      public/app/features/explore/QueryRows.tsx

+ 0 - 6
public/app/features/explore/QueryRows.tsx

@@ -116,12 +116,6 @@ class QueryRow extends PureComponent<QueryRowProps> {
               onExecuteQuery={this.onExecuteQuery}
               initialQuery={initialQuery}
               exploreEvents={exploreEvents}
-              // hint={hint}
-              // initialQuery={initialQuery}
-              // history={history}
-              // onClickHintFix={this.onClickHintFix}
-              // onPressEnter={this.onPressEnter}
-              // onQueryChange={this.onChangeQuery}
             />
           )}
         </div>