Skip to content

Commit

Permalink
Removed validation disable, removed size from selects
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Pavlenko committed Sep 20, 2024
1 parent befddc7 commit 9ae238e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const DialogChangeDatasetFields = ({

const handleApply = () => {
batchUpdateFields({
validateEnabled: false,
updatePreview: true,
fields: fieldsGuids.map((guid) => ({
guid,
Expand Down Expand Up @@ -98,7 +97,6 @@ export const DialogChangeDatasetFields = ({
<span>{label}</span>
{Boolean(typeItems.length) && (
<Select
size="m"
options={typeItems}
className={b('select')}
onUpdate={handleTypeSelect}
Expand All @@ -109,7 +107,6 @@ export const DialogChangeDatasetFields = ({
)}
{isAggregationsDialog && (
<Select
size="m"
options={aggregationsItems}
className={b('select')}
onUpdate={handleAggregationSelect}
Expand Down

0 comments on commit 9ae238e

Please sign in to comment.