diff --git a/frontend/components/dashboard/DashboardInputField.js b/frontend/components/dashboard/DashboardInputField.js index be82c95c03..0d77737610 100644 --- a/frontend/components/dashboard/DashboardInputField.js +++ b/frontend/components/dashboard/DashboardInputField.js @@ -69,7 +69,7 @@ const DashboardInputField = ({ > setValue(e.target.value)} + onChange={(e) => onChangeHandler(e.target.value, index)} onScroll={syncScroll} className={`${ blurred @@ -77,7 +77,6 @@ const DashboardInputField = ({ : "" } asolute z-10 peer font-mono ph-no-capture bg-transparent rounded-md caret-white text-transparent text-md px-2 py-1.5 w-full min-w-16 outline-none focus:ring-2 focus:ring-primary/50 duration-200`} spellCheck="false" - placeholder="This is a placeholder!" />