Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Oct 18, 2023
1 parent 5c1dd23 commit 3775ef1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion frontend/src/pages/CallLogs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</div>
</div>
<ListView
v-if="rows"
:columns="columns"
:rows="rows"
:options="{
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Button icon="more-horizontal" />
</div>
</div>
<ListView class="mx-5" v-if="rows" :columns="columns" :rows="rows" row-key="name" />
<ListView class="px-5" v-if="rows" :columns="columns" :rows="rows" row-key="name" />
</template>

<script setup>
Expand Down
1 change: 0 additions & 1 deletion frontend/src/pages/Deals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
</div>
</div>
<ListView
v-if="rows"
:columns="columns"
:rows="rows"
:options="{
Expand Down
1 change: 0 additions & 1 deletion frontend/src/pages/Leads.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
</div>
</div>
<ListView
v-if="rows"
:columns="columns"
:rows="rows"
:options="{
Expand Down

0 comments on commit 3775ef1

Please sign in to comment.