From 0a5b21434edec3bd80b0275884b3426cca1b7126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20UB?= <22903142+adrian-ub@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:43:51 -0500 Subject: [PATCH] chore(registry): updated to signal --- docs/src/registry/default/ui/tabs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/registry/default/ui/tabs.ts b/docs/src/registry/default/ui/tabs.ts index 99a4055..2b537ea 100644 --- a/docs/src/registry/default/ui/tabs.ts +++ b/docs/src/registry/default/ui/tabs.ts @@ -1,6 +1,6 @@ import { cn } from '@/lib/utils' -import { computed, Directive, Input, input } from '@angular/core' +import { computed, Directive, input } from '@angular/core' import { RdxTabsContentDirective, @@ -20,7 +20,7 @@ import { ], }) export class UbTabsDirective { - @Input() defaultValue?: string + defaultValue = input() } @Directive({