mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
add filters and sorting to projects table
This commit is contained in:
@@ -15,9 +15,7 @@ const delegatedProps = computed(() => {
|
||||
<template>
|
||||
<TabsList
|
||||
v-bind="delegatedProps"
|
||||
:class="
|
||||
cn('inline-flex items-center rounded-lg bg-muted text-muted-foreground', props.class)
|
||||
">
|
||||
:class="cn('inline-flex items-center rounded-lg text-muted-foreground', props.class)">
|
||||
<slot />
|
||||
</TabsList>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user