Skip to content

Commit

Permalink
chore(registry): updated to signal
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 22, 2024
1 parent 45f7420 commit 0a5b214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/registry/default/ui/tabs.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -20,7 +20,7 @@ import {
],
})
export class UbTabsDirective {
@Input() defaultValue?: string
defaultValue = input<string>()
}

@Directive({
Expand Down

0 comments on commit 0a5b214

Please sign in to comment.