Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais committed Nov 28, 2023
1 parent bdd1e7c commit c28ad01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/public/components/common/popover/popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { h } from '/js/src/index.js';
import { createPortal } from '../../../utilities/createPortal.js';
import { getUniqueId } from '../../../utilities/getUniqueId.js';
import { createPopoverEngine } from './PopoverEngine.js';
import { documentClickTaggedEventRegistry } from '../../../utilities/documentClickTaggedEventRegistry.js';

/**
* @callback onTriggerNodeChange Function called when the trigger node change (this bound to the popover component instance)
Expand Down
1 change: 0 additions & 1 deletion lib/public/views/Logs/Logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { LogCreationModel } from './Create/LogCreationModel.js';
import { PaginationModel } from '../../components/Pagination/PaginationModel.js';
import { getRemoteDataSlice } from '../../utilities/fetch/getRemoteDataSlice.js';
import { LogTreeViewModel } from './Details/LogTreeViewModel.js';
import { ToggleableModel } from '../../components/common/toggle/TogglableModel.js';

/**
* Model representing handlers for log entries page
Expand Down

0 comments on commit c28ad01

Please sign in to comment.