Skip to content

Commit

Permalink
fix: #398
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Sep 30, 2024
1 parent c8ff69c commit 115ba2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sample/AdvancedFilter.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="row q-px-md">
<div class="row q-pa-md">
<Breadcrumbs :height="30" :font-size="16" />
</div>
<div class="row q-pa-md q-gutter-x-md">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Sample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default defineComponent({
},
},
data() {
const splitterModel: number = 12;
const splitterModel: number = 13;
const splitterHeight: number = 0;
const udValidationPassed: { [sentId: string]: { [userId: string]: { message: string, passed: boolean } } } = {};
return {
Expand Down

0 comments on commit 115ba2b

Please sign in to comment.