readOnly webhhok copy

This commit is contained in:
mbecker20
2024-05-10 20:40:54 -07:00
parent b978db012e
commit f9949bf988

View File

@@ -323,7 +323,7 @@ export const CopyGithubWebhook = ({
const url = base_url + "/listener/github" + path;
return (
<div className="flex gap-2 items-center">
<Input className="w-[400px] max-w-[70vw]" value={url} disabled />
<Input className="w-[400px] max-w-[70vw]" value={url} readOnly />
<CopyButton content={url} />
</div>
);