We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11c82f5 + 81d0680 commit b350d7cCopy full SHA for b350d7c
src/components/ActionList/components/Section/SectionMarkup.vue
@@ -51,7 +51,7 @@ const emit = defineEmits<{ (event: 'action-any-item'): void }>();
51
52
const className = computed(() => (props.section.title ? undefined : styles['Section-withoutTitle']));
53
54
-const titleClass = computed(() => classNames(styles.Title, props.firstSection && styles.firstSectionWithTitle));
+const titleClass = computed(() => classNames(styles.Title));
55
56
const sectionRole = computed(() => {
57
let sectionRoleValue;
0 commit comments