mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-08 23:06:03 +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)
|
||||
: '';
|
||||
const renderDisabledTooltipIcon = () =>
|
||||
disabledTooltip ? <DisabledTooltipIcon text={disabledTooltip} /> : null;
|
||||
disabledTooltip ? (
|
||||
<DisabledTooltipIcon text={disabledTooltip} />
|
||||
) : null;
|
||||
|
||||
// Webhook URL fields are display-only; render outside of form binding
|
||||
if (config.type === 'webhook-url') {
|
||||
|
||||
Reference in New Issue
Block a user