Skip to content

Commit

Permalink
Logger namespace (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Mar 27, 2024
1 parent 435b095 commit 4b70ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/jsapi-components/src/spectrum/Picker/Picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useViewportData } from '../../useViewportData';
import { getPickerKeyColumn } from './PickerUtils';
import { usePickerItemRowDeserializer } from './usePickerItemRowDeserializer';

const log = Log.module('Picker');
const log = Log.module('jsapi-components.Picker');

export interface PickerProps extends Omit<PickerPropsBase, 'children'> {
table: DhType.Table;
Expand Down

0 comments on commit 4b70ed0

Please sign in to comment.