File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
components/cell-fabric/data-types/components/user Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 166166 // User cancelled selection
167167 }
168168 }
169-
170169 </script >
171170
172171<div class =" user-filter-input filter-input" >
Original file line number Diff line number Diff line change @@ -368,7 +368,8 @@ export function getAllowedAbstractTypesForDbTypeAndItsTargetTypes(
368368
369369 const targetDbTypes = typeCastMap [ dbType ] ?? [ ] ;
370370 targetDbTypes . forEach ( ( targetDbType ) => {
371- const abstractTypes = identifyAllPossibleAbstractTypesForDbType ( targetDbType ) ;
371+ const abstractTypes =
372+ identifyAllPossibleAbstractTypesForDbType ( targetDbType ) ;
372373 [ ...abstractTypes ] . forEach ( ( absType ) => abstractTypeSet . add ( absType ) ) ;
373374 } ) ;
374375 const abstractTypeList = [ ...abstractTypeSet ] . sort ( ( a , b ) =>
Original file line number Diff line number Diff line change 1- import { type RawColumnWithMetadata , getColumnMetadataValue } from '@mathesar/api/rpc/columns' ;
1+ import {
2+ type RawColumnWithMetadata ,
3+ getColumnMetadataValue ,
4+ } from '@mathesar/api/rpc/columns' ;
25import type { DbType } from '@mathesar/AppTypes' ;
36import { iconUser } from '@mathesar/icons' ;
47import type { FormValues } from '@mathesar-component-library/types' ;
You can’t perform that action at this time.
0 commit comments