Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed Jun 18, 2024
1 parent e5fc914 commit ce7c358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<lightning-combobox name="sort" value={value} variant="label-hidden" label={labels.sortBy} placeholder={labels.relevancy} options={options} onchange={handleChange}>
</lightning-combobox>
</lightning-layout-item>
</div>
</div>
</template>
</template>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {LightningElement, track, api} from 'lwc';
/** @typedef {import("coveo").SearchStatus} SearchStatus */
/** @typedef {import("coveo").SearchEngine} SearchEngine */
/** @typedef {import("coveo").SortCriterion} SortCriterion */

/**
* @typedef SortOption
* @property {string} label
Expand Down Expand Up @@ -100,7 +99,6 @@ export default class QuanticSort extends LightningElement {
if (this.customSortOptions.length > 0) {
return this.customSortOptions;
}

return [
{
label: this.labels.relevancy,
Expand Down

0 comments on commit ce7c358

Please sign in to comment.