File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
console/src/components/Services/Data Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ export const DisplayNameSelect: React.FC<DisplayNameSelectProps> = ({
24
24
className = { `form-control ${ styles . select } ${ styles . wd100Percent } ` }
25
25
value = { displayName }
26
26
onChange = { onChangeEvent }
27
- // disabled={!refTableName || !lc || !rc}
28
27
title = "Select display column"
29
28
data-test = "displayname-select"
30
29
>
@@ -33,7 +32,6 @@ export const DisplayNameSelect: React.FC<DisplayNameSelectProps> = ({
33
32
-- display_name --
34
33
</ option >
35
34
) }
36
- { /* TODO: come up with better solution for remove */ }
37
35
{ displayName && < option value = "" > -- remove --</ option > }
38
36
{ options &&
39
37
options . map ( dnOpt => {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ const setCheckConstraints = constraints => ({
108
108
constraints,
109
109
} ) ;
110
110
111
- const SET_DISPLAY_COLUMN_NAME = 'ModifyTable/SET_DISPLAY_COLUMN_NAME' ;
112
-
113
111
const RESET = 'ModifyTable/RESET' ;
114
112
115
113
const toggleEnumSuccess = ( ) => ( {
@@ -2389,7 +2387,6 @@ export {
2389
2387
TOGGLE_ENUM_FAILURE ,
2390
2388
MODIFY_ROOT_FIELD ,
2391
2389
SET_CHECK_CONSTRAINTS ,
2392
- SET_DISPLAY_COLUMN_NAME ,
2393
2390
changeTableName ,
2394
2391
fetchViewDefinition ,
2395
2392
handleMigrationErrors ,
You can’t perform that action at this time.
0 commit comments