mirror of
https://github.com/sern-handler/frontpage-bot
synced 2026-06-06 01:16:54 +00:00
chore: show invite link as optional in the frontend
This commit is contained in:
@@ -39,7 +39,7 @@ export default function BotForm(props: Props) {
|
||||
<Input name="botId" id="botId" required type="text" defaultValue={props?.botId} />
|
||||
</div>
|
||||
<div>
|
||||
<Label htmlFor="inviteLink">Invite link</Label>
|
||||
<Label htmlFor="inviteLink">Invite link (optional)</Label>
|
||||
<Input name="inviteLink" id="inviteLink" type="text" defaultValue={props?.inviteLink} />
|
||||
</div>
|
||||
<div className="col-span-2">
|
||||
|
||||
Reference in New Issue
Block a user