new placeholder for solidity path input

pull/5370/head
lianahus 3 years ago committed by Aniket
parent 0756bb94fd
commit 503509a246
  1. 2
      libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

@ -823,7 +823,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
<input
ref={configFilePathInput}
className={`py-0 my-0 form-control ${showFilePathInput ? "d-flex" : "d-none"}`}
placeholder={"Enter the new path"}
placeholder={"/folder_path/file_name.json"}
title="If the file you entered does not exist you will be able to create one in the next step."
disabled={!state.useFileConfiguration}
data-id="scConfigFilePathInput"

Loading…
Cancel
Save