diff --git a/web/app/components/plugins/plugin-auth/authorized/item.tsx b/web/app/components/plugins/plugin-auth/authorized/item.tsx index 642240d7fe..5508bcc324 100644 --- a/web/app/components/plugins/plugin-auth/authorized/item.tsx +++ b/web/app/components/plugins/plugin-auth/authorized/item.tsx @@ -79,11 +79,13 @@ const Item = ({ value={renameValue} onChange={e => setRenameValue(e.target.value)} placeholder={t('common.placeholder.input')} + onClick={e => e.stopPropagation()} />