Skip to content

Commit

Permalink
fix: rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZorkin committed Dec 15, 2021
1 parent c97a68c commit 060b1cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/Project/ProjectFundingStreamForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ export const ProjectFundingStreamForm: React.FunctionComponent<Props> = (
);

const uiSchema = {
title: "Funding Stream",
funding_stream_id: {
"ui:placeholder": "Select a Funding Stream",
"ui:widget": "select",
"ui:col-md": 12,
"bcgov:size": "small",
},
}
};

var schema: JSONSchema7 = {
Expand Down

0 comments on commit 060b1cd

Please sign in to comment.