Skip to content

Commit

Permalink
Removed unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanishMehmood-bit committed Nov 30, 2023
1 parent 5275c4a commit c62d28b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export const CreateIModelCustomized: Story<CreateIModelProps> =
onChange={() => undefined}
autoComplete="off"
wrapperProps={{ className: "iac-model-wrapper-element" }}
className="iac-imodel-input-element"
/>
<LabeledSelect
label="Select version"
Expand All @@ -97,7 +96,6 @@ export const CreateIModelCustomized: Story<CreateIModelProps> =
]}
onChange={() => undefined}
wrapperProps={{ className: "iac-model-wrapper-element" }}
className="iac-imodel-input-element"
/>
<IModelDescription />
<UploadImage />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export function IModelDescription() {
}
autoComplete="off"
wrapperProps={{ className: "iac-model-wrapper-element" }}
className="iac-imodel-input-element"
/>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function IModelName() {
}
autoComplete="off"
wrapperProps={{ className: "iac-model-wrapper-element" }}
className="iac-imodel-input-element"
/>
);
}

0 comments on commit c62d28b

Please sign in to comment.