mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 00:15:05 +01:00
docs(command-palette): update
This commit is contained in:
@@ -18,7 +18,7 @@ const groups = computed(() => [{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UDrawer>
|
||||
<UDrawer :handle="false">
|
||||
<UButton
|
||||
label="Search users..."
|
||||
color="neutral"
|
||||
@@ -32,7 +32,7 @@ const groups = computed(() => [{
|
||||
:loading="status === 'pending'"
|
||||
:groups="groups"
|
||||
placeholder="Search users..."
|
||||
class="h-96 border-t border-[var(--ui-border)]"
|
||||
class="h-80"
|
||||
/>
|
||||
</template>
|
||||
</UDrawer>
|
||||
|
||||
Reference in New Issue
Block a user