Merge pull request #2227 from Vishvsalvi/deleteActionModal-Placeholder

Placeholder value is same as it's label
This commit is contained in:
Maidul Islam
2024-08-02 14:04:40 -04:00
committed by GitHub

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>