Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Jun 17, 2024
1 parent 987ee80 commit 1c3b83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageEditor/fields/FormRendererOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const FormDataBindingOptions: React.FC<{
/>
)}

{["database"].includes(storageType) && (
{storageType === "database" && (
<SchemaField
name={makeName("recordId")}
label="Record ID"
Expand Down

0 comments on commit 1c3b83b

Please sign in to comment.