Skip to content

Commit

Permalink
Fix compilation errors and missing changes from pulled changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RusJaI committed Dec 18, 2024
1 parent 0c49272 commit da24076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,7 @@
"UnexpectedError.logout": "Logout",
"UnexpectedError.message": "Error occurred due to invalid request",
"UnexpectedError.title": "Internal Server Error",
"Uploading.Policies.Error": "Incompatible file type",
"Workflow.ApplicationCreation.updateStatus.has.errors": "Unable to complete subscription creation approve/reject process.",
"Workflow.SubscriptionCreation.List.empty.content.subscriptioncreations": "There are no pending workflow requests for subscription creation.",
"Workflow.SubscriptionCreation.List.empty.title.subscriptioncreations": "Subscription Creation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const UploadPolicyDropzone: FC<UploadPolicyDropzoneProps> = ({
defaultMessage: 'Incompatible file type',
}));
};
const intl = useIntl();

const renderPolicyFileDropzone = () => {
return (
<Dropzone
Expand Down

0 comments on commit da24076

Please sign in to comment.