Erik Sundell 7 лет назад
Родитель
Сommit
c79d8b2a9b
1 измененных файлов с 0 добавлено и 6 удалено
  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>