mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
readOnly webhhok copy
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user