Skip to content

Commit

Permalink
Fix column sorting of master site name
Browse files Browse the repository at this point in the history
  • Loading branch information
toshski committed Nov 28, 2023
1 parent 6dc1ad2 commit 8744f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/options/sections/OptionsSceneDataScrapers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</b-dropdown>
</div>
</b-table-column>
<b-table-column field="" :label="$t('Main Site')" v-slot="props" width="60" sortable>
<b-table-column field="master_site_id" :label="$t('Main Site')" v-slot="props" width="60" sortable>
<span>
<a @click="editMatchParams(props.row)" title="Edit Scene Matching Parameters" v-if="props.row.master_site_id != ''">
<b-icon pack="mdi" icon="cog-outline" size="is-small"/>
Expand Down

0 comments on commit 8744f3f

Please sign in to comment.