Skip to content
Snippets Groups Projects

geo intergation

Merged Leonardo Christino requested to merge feat/get_intergation into main
4 files
+ 69
21
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -227,7 +227,7 @@ export const BooleanInput = ({ label, value, onChange, tooltip }: BooleanProps)
return (
<div data-tip={tooltip || null} className={tooltip ? 'tooltip' : ''}>
<label className={`label cursor-pointer w-fit gap-2 px-0 py-1`}>
<span className="label-text">{label}</span>
<span className="text-sm">{label}</span>
<input
type="checkbox"
checked={value}
Loading