Skip to content

Commit

Permalink
MB-40803 - Incorrect options shown in Query Workbench Import dialog
Browse files Browse the repository at this point in the history
Fix merge mistake which included incorrect code.

Change-Id: If624337fa627b81dcdf41179e48ebe00351856b5
Reviewed-on: http://review.couchbase.org/c/query-ui/+/133924
Well-Formed: Build Bot <build@couchbase.com>
Tested-by: Eben Haber <eben@couchbase.com>
Reviewed-by: Eben Haber <eben@couchbase.com>
  • Loading branch information
ebenhaber committed Aug 6, 2020
1 parent 699ea89 commit 74062c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions query-ui/qw_query_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,6 @@
dialogScope.file_options = [
{kind: "txt", label: "Query - load the contents of a text file into the query editor."}, // 0
{kind: "json", label: "Query History - load a file into the end of the current query history."}, // 1
{kind: "csv", label: "CSV File - import a data file in comma-separated format into a bucket."}, // 2
{kind: "tsv", label: "TSV File - import a data file in tab-separated format into a bucket."}, // 3
];
dialogScope.selected = {item: "0"};

Expand Down

0 comments on commit 74062c6

Please sign in to comment.