Skip to content

Commit

Permalink
refactor: update input component directive
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Aug 19, 2024
1 parent 4eb8123 commit 9416476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/src/registry/default/ui/tabs.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ import { cn } from "@/lib/utils";
hostDirectives: [
{
directive: RdxTabsRootDirective,
inputs: ["defaultValue: ubDefaultValue"],
inputs: ["defaultValue: defaultValue"],
},
],
})
export class UbTabsDirective {
@Input() ubDefaultValue?: string;
@Input() defaultValue?: string;
}

@Directive({
Expand Down

0 comments on commit 9416476

Please sign in to comment.