Skip to content

Commit b9f9d88

Browse files
committed
rm stale valid_target_type comment in mathesar_ui
1 parent 118e9c5 commit b9f9d88

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mathesar_ui/src/stores/abstract-types/abstractTypeCategories.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,6 @@ export function getAbstractTypeForDbType(dbType: DbType): AbstractType {
269269
return abstractTypeOfDbType;
270270
}
271271

272-
/**
273-
* For columns, allowed db types should be an intersection of valid_target_types
274-
* and dbTypes of each abstract type. i.e
275-
* const allowedDBTypes = intersection(dbTargetTypeSet, abstractType.dbTypes);
276-
*
277-
* However, it is not handled here yet, since it requires additional confirmation.
278-
*/
279272
export function getAllowedAbstractTypesForDbTypeAndItsTargetTypes(
280273
dbType: DbType,
281274
targetDbTypes: DbType[],

0 commit comments

Comments
 (0)