Edit around placeholder (#3230)
parent
34cd41be67
commit
c6b1d99270
|
@ -290,7 +290,7 @@ export const EditLocationDialog = (props: ISetLocationDialog) => {
|
||||||
type="text"
|
type="text"
|
||||||
{...locationFormMethods.register("locationLink")}
|
{...locationFormMethods.register("locationLink")}
|
||||||
id="aroundlink"
|
id="aroundlink"
|
||||||
placeholder="https://www.around.com/rick"
|
placeholder="https://www.around.co/rick"
|
||||||
required
|
required
|
||||||
className={"block w-full rounded-sm border-gray-300 text-sm"}
|
className={"block w-full rounded-sm border-gray-300 text-sm"}
|
||||||
defaultValue={
|
defaultValue={
|
||||||
|
|
Loading…
Reference in New Issue