Created
May 1, 2020 16:00
-
-
Save seemcat/e91d0498f049193e2a70e8669b8bc2c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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