Skip to content

Instantly share code, notes, and snippets.

@seemcat
Created May 1, 2020 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seemcat/e91d0498f049193e2a70e8669b8bc2c3 to your computer and use it in GitHub Desktop.
Save seemcat/e91d0498f049193e2a70e8669b8bc2c3 to your computer and use it in GitHub Desktop.
{table && (
<FormField
label="Group by"
width="33.33%"
paddingLeft={1}
marginBottom={0}
>
<FieldPickerSynced
table={table}
globalConfigKey={
GlobalConfigKeys.Y_FIELD_ID
}
shouldAllowPickingNone={true}
/>
</FormField>
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment