aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Input.js
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/Input.js
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/Input.js')
-rw-r--r--src/components/ui/Input.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/Input.js b/src/components/ui/Input.js
index fa1b44699..77bae8101 100644
--- a/src/components/ui/Input.js
+++ b/src/components/ui/Input.js
@@ -16,6 +16,7 @@ const messages = defineMessages({
16 }, 16 },
17}); 17});
18 18
19// Can this file be merged into the './input/index.tsx' file?
19class Input extends Component { 20class Input extends Component {
20 static propTypes = { 21 static propTypes = {
21 field: PropTypes.instanceOf(Field).isRequired, 22 field: PropTypes.instanceOf(Field).isRequired,