Skip to content

Commit

Permalink
added component renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
AbuNavsa committed Dec 2, 2023
1 parent bf381d3 commit da73b17
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions designer/client/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,16 @@ function FileUploadField() {
);
}

function ClientSideFileUploadField() {
return (
<ComponentField>
<div className="govuk-!-margin-bottom-1">
{"🗂"} <span className="line short" />
</div>
</ComponentField>
);
}

function Details() {
return (
<Base>
Expand Down

0 comments on commit da73b17

Please sign in to comment.