Commit 1241439 1 parent 19d1648 commit 1241439 Copy full SHA for 1241439
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,20 +300,20 @@ const CustomPartitionField = (props: {
300
300
< IconInfoCircleFilled className = { styles . infoTooltipIcon } stroke = { 1.4 } height = { 14 } width = { 14 } />
301
301
</ Tooltip >
302
302
</ Stack >
303
- < Text className = { styles . fieldDescription } > Select 3 columns to partition the events</ Text >
303
+ < Text className = { styles . fieldDescription } > Select only 1 column to partition the events</ Text >
304
304
</ Stack >
305
305
< TagsInput
306
306
placeholder = {
307
307
props . isStaticSchema
308
308
? shouldDisable
309
309
? 'Add Columns to the Schema'
310
310
: 'Select column from the list'
311
- : 'Add upto 3 columns '
311
+ : 'Add only 1 field '
312
312
}
313
313
data = { props . partitionFields }
314
314
mt = { 6 }
315
315
onChange = { ( val ) => props . onChangeValue ( 'customPartitionFields' , val ) }
316
- maxTags = { 3 }
316
+ maxTags = { 1 }
317
317
error = { props . error }
318
318
/>
319
319
</ Stack >
You can’t perform that action at this time.
0 commit comments