Skip to content

Commit f1b64df

Browse files
committed
House keeping
1 parent ab8fbab commit f1b64df

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

console/src/components/Services/Data/Common/Components/DisplayNameSelect.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const DisplayNameSelect: React.FC<DisplayNameSelectProps> = ({
2424
className={`form-control ${styles.select} ${styles.wd100Percent}`}
2525
value={displayName}
2626
onChange={onChangeEvent}
27-
// disabled={!refTableName || !lc || !rc}
2827
title="Select display column"
2928
data-test="displayname-select"
3029
>
@@ -33,7 +32,6 @@ export const DisplayNameSelect: React.FC<DisplayNameSelectProps> = ({
3332
-- display_name --
3433
</option>
3534
)}
36-
{/* TODO: come up with better solution for remove */}
3735
{displayName && <option value="">-- remove --</option>}
3836
{options &&
3937
options.map(dnOpt => {

console/src/components/Services/Data/Common/Components/Tooltips.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

console/src/components/Services/Data/TableModify/ModifyActions.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ const setCheckConstraints = constraints => ({
108108
constraints,
109109
});
110110

111-
const SET_DISPLAY_COLUMN_NAME = 'ModifyTable/SET_DISPLAY_COLUMN_NAME';
112-
113111
const RESET = 'ModifyTable/RESET';
114112

115113
const toggleEnumSuccess = () => ({
@@ -2389,7 +2387,6 @@ export {
23892387
TOGGLE_ENUM_FAILURE,
23902388
MODIFY_ROOT_FIELD,
23912389
SET_CHECK_CONSTRAINTS,
2392-
SET_DISPLAY_COLUMN_NAME,
23932390
changeTableName,
23942391
fetchViewDefinition,
23952392
handleMigrationErrors,

0 commit comments

Comments
 (0)