Skip to content

Commit

Permalink
merge seasearch and es
Browse files Browse the repository at this point in the history
  • Loading branch information
JoinTyang committed Aug 24, 2024
1 parent 4195286 commit 6ddf735
Show file tree
Hide file tree
Showing 16 changed files with 134 additions and 1,209 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/file-chooser/file-chooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Fragment } from 'react';
import PropTypes from 'prop-types';
import { Input } from 'reactstrap';
import { seafileAPI } from '../../utils/seafile-api';
import { gettext, isPro, enableSeasearch, enableElasticsearch } from '../../utils/constants';
import { gettext, isPro } from '../../utils/constants';
import { Utils } from '../../utils/utils';
import toaster from '../toast';
import RepoInfo from '../../models/repo-info';
Expand Down
Loading

0 comments on commit 6ddf735

Please sign in to comment.