mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-12 22:00:57 +00:00
style(web): prettier formatting for DisabledTooltipIcon ternary
This commit is contained in:
@@ -579,7 +579,9 @@ export default function DynamicFormComponent({
|
|||||||
? extractI18nObject(config.disabled_tooltip)
|
? extractI18nObject(config.disabled_tooltip)
|
||||||
: '';
|
: '';
|
||||||
const renderDisabledTooltipIcon = () =>
|
const renderDisabledTooltipIcon = () =>
|
||||||
disabledTooltip ? <DisabledTooltipIcon text={disabledTooltip} /> : null;
|
disabledTooltip ? (
|
||||||
|
<DisabledTooltipIcon text={disabledTooltip} />
|
||||||
|
) : null;
|
||||||
|
|
||||||
// Webhook URL fields are display-only; render outside of form binding
|
// Webhook URL fields are display-only; render outside of form binding
|
||||||
if (config.type === 'webhook-url') {
|
if (config.type === 'webhook-url') {
|
||||||
|
|||||||
Reference in New Issue
Block a user