Skip to content

Commit

Permalink
feat(lit-wes): converted workflow type and version fields to dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya674 committed Mar 11, 2024
1 parent e6c51d5 commit a6769fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ecc-utils-design/src/components/form/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import getShoelaceStyles from "../../styles/shoelace.styles.js";
import { hostStyles } from "../../styles/host.styles.js";
import formStyles from "./form.styles.js";

interface Field {
export interface Field {
key: string;
label: string;
type?:
Expand Down

0 comments on commit a6769fa

Please sign in to comment.