Placeholder value is same as it's label

This commit is contained in:
Vishv
2024-08-02 20:51:08 +05:30
parent 520c068ac4
commit 7b6f4d810d

View File

@@ -94,7 +94,7 @@ export const DeleteActionModal = ({
<Input
value={inputData}
onChange={(e) => setInputData(e.target.value)}
placeholder="Type confirm..."
placeholder={`Type ${deleteKey} here`}
/>
</FormControl>
</form>