aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/ImageUpload.tsx
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-14 09:02:38 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-14 09:02:38 -0500
commite7b250401b1289038666103bc72cfc099a44a493 (patch)
tree4feda16297e250e76f64ad2310a57fb72067dd03 /src/components/ui/ImageUpload.tsx
parentTypescript conversion (diff)
downloadferdium-app-e7b250401b1289038666103bc72cfc099a44a493.tar.gz
ferdium-app-e7b250401b1289038666103bc72cfc099a44a493.tar.zst
ferdium-app-e7b250401b1289038666103bc72cfc099a44a493.zip
Added TODOs for tech debt
Diffstat (limited to 'src/components/ui/ImageUpload.tsx')
-rw-r--r--src/components/ui/ImageUpload.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/ImageUpload.tsx b/src/components/ui/ImageUpload.tsx
index b07e211c2..c8a6cf54a 100644
--- a/src/components/ui/ImageUpload.tsx
+++ b/src/components/ui/ImageUpload.tsx
@@ -15,6 +15,7 @@ type Props = {
15 textUpload: string; 15 textUpload: string;
16}; 16};
17 17
18// Should this file be converted into the coding style similar to './toggle/index.tsx'?
18class ImageUpload extends Component<Props> { 19class ImageUpload extends Component<Props> {
19 static defaultProps = { 20 static defaultProps = {
20 multiple: false, 21 multiple: false,