Skip to content

Commit

Permalink
add whitespace to add filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Aug 10, 2022
1 parent c409bb0 commit 88351a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/src/experiments/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,13 @@ export class Experiments extends BaseRepository<TableData> {

public async addFilter() {
const columns = this.columns.getTerminalNodes()

const columnLikes = addStarredToColumns(columns)

const filterToAdd = await pickFilterToAdd(columnLikes)
if (!filterToAdd) {
return
}

this.experiments.addFilter(filterToAdd)
return this.notifyChanged()
}
Expand Down

0 comments on commit 88351a6

Please sign in to comment.