Skip to content

Commit 1a93bd6

Browse files
Aleksy Lisowskipiotrczarnas
Aleksy Lisowski
authored andcommitted
Merged PR 2560: 11420 fixed typo of profiling_checks_result_truncation
fixed typo of profiling_checks_result_truncation
2 parents 46bf648 + 7b15486 commit 1a93bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dqops/src/main/frontend/src/components/Connection/TableView/TableDetails.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,12 +282,12 @@ const TableDetailBody = ({tableBasic, handleChange} : {tableBasic: any, handleCh
282282
value: x
283283
}))}
284284
value={
285-
tableBasic?.advanced_profiling_result_truncation ??
285+
tableBasic?.profiling_checks_result_truncation ??
286286
TableListModelProfilingChecksResultTruncationEnum.store_the_most_recent_result_per_month
287287
}
288288
onChange={(selected) =>
289289
handleChange({
290-
advanced_profiling_result_truncation: selected
290+
profiling_checks_result_truncation: selected
291291
})
292292
}
293293
placeholder=""

0 commit comments

Comments
 (0)