Skip to content

Commit ffefa2c

Browse files
committed
Buss/Connections: Added 'Bussiness' to table header
1 parent 3ad8fe7 commit ffefa2c

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

community-app/frontend/src/components/ConnectionListView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { NIcon, NButton, NDropdown } from 'naive-ui';
44
import { ChevronDown } from '@vicons/ionicons5';
55
import { showBusinessProfile, showEduProfile } from "../utils.js"
66
7-
const props = defineProps(['list', 'options', 'connection'])
7+
const props = defineProps(['list', 'options', 'connection', 'type'])
88
const emit = defineEmits(['change'])
99
1010
function handleClick(item)
@@ -26,7 +26,7 @@ function handleClick(item)
2626
<table class="table table-borderless">
2727
<thead class="border-bottom">
2828
<tr>
29-
<th scope="col" class="col-4">{{ type }}</th>
29+
<th scope="col" class="col-4">{{ type}}</th>
3030
<th scope="col" class="col">
3131
<NDropdown trigger="click" :options="options" @select="(key) => emit('change', key)">
3232
<NButton secondary>{{ connection.label }}<NIcon class="ml-4"><ChevronDown/></NIcon></NButton>

community-app/frontend/src/routes/BusinessList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function changeConnection(key)
4949
:list="store.list.connections"
5050
:options="store.socialOptions"
5151
:connection="store.selectedConnection"
52+
type="Business"
5253
class="mt-3" @change="changeConnection"/>
5354

5455
<LogoListView v-if="store.selectedSection.key == 'list'"

static/js/vue/app-BusinessList-BR68T-50.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/js/vue/app-BusinessList-Bsum7_tB.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/vue/app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)