forked from bcgov/common-hosted-form-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved API calls from formio to FormViewer (bcgov#1396)
* Moved API calls from formio to FormViewer API calls for file uploads have been moved from formio to the FormViewer. * Update Component.ts this should fix the issue of a missing storage for the file upload component. we don't actually use a storage but it's required to hide the message about a missing storage.
- Loading branch information
1 parent
f1bb9e3
commit f0fa814
Showing
8 changed files
with
112 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
import './overrides/editform/utils'; | ||
|
||
import components from './components'; | ||
// @ts-ignore | ||
import providers from './providers'; | ||
|
||
export default { | ||
components, | ||
providers, | ||
}; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.