Skip to content

Commit eb50b53

Browse files
committed
fix: correct lifecycle states table markup in settings page
- Updated the lifecycle.vue component to ensure proper rendering of the lifecycle states table by correcting the markup structure. - Removed unnecessary elements to streamline the table presentation when custom states are available.
1 parent 60f8f84 commit eb50b53

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

apps/web/src/pages/settings/lifecycle.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,7 @@
157157
flat
158158
@click='openCreateStateDialog'
159159
)
160-
q-markup-table.lifecycle-manual-table
161-
td
162-
vertical-align: top
163-
164-
.lifecycle-states-table(dense flat bordered v-if='customStates.length')
160+
q-markup-table.lifecycle-states-table(dense flat bordered v-if='customStates.length')
165161
thead
166162
tr
167163
th.text-left Clé

0 commit comments

Comments
 (0)