Skip to content

Commit

Permalink
Update a type validation in rule component meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
jeradrutnam committed Jan 12, 2025
1 parent c7926f8 commit e945f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/admin.rules.v1/models/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface ListDataInterface {
export interface LinkInterface {
href: string;
method: string;
rel: string;
rel: "values" | "filter";
}

/**
Expand Down

0 comments on commit e945f02

Please sign in to comment.