fix formula

This commit is contained in:
Philipinho
2026-04-24 01:33:14 +01:00
parent 82705ce3bd
commit f99450f04a
3 changed files with 43 additions and 6 deletions
@@ -234,7 +234,15 @@ export function CreatePropertyPopover({ baseId, properties, onPropertyCreated }:
</Stack>
)}
{panel === "configure" && selectedType === "formula" && (
<Stack gap={0} p="sm">
<Stack gap="xs" p="sm">
<TextInput
ref={nameInputRef}
size="xs"
label={t("Name")}
placeholder={selectedTypeLabel}
value={name}
onChange={(e) => setName(e.currentTarget.value)}
/>
<FormulaEditor
properties={properties ?? []}
editingPropertyId={null}