Merge pull request #1912 from RafaelTaranto/fix/contact-information-toggle

LAM-1492 fix: contact information toggle
This commit is contained in:
Rafael Taranto 2025-07-15 16:08:45 +01:00 committed by GitHub
commit 98ab1d7dd1

View file

@ -157,7 +157,12 @@ const ContactInfo = ({ wizard }) => {
articleUrl="https://support.lamassu.is/hc/en-us/articles/360033051732-Enabling-Operator-Info"
tooltipText="For details on configuring this panel, please read the relevant knowledgebase article:"
/>
<SwitchRow checked={info.active} save={save} title="Info card enabled?" />
<SwitchRow
checked={info.active}
save={it => save({ active: it })}
title="Info card enabled?"
/>
<div>
<div className="flex items-center gap-4">
<H4>Info card</H4>