Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <[email protected]>
  • Loading branch information
raintygao committed Mar 4, 2024
1 parent b95a133 commit dac0f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/overlays/sidecar/resizable_button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import React, { useCallback, useRef } from 'react';
import classNames from 'classnames';
import './rsizable_button.scss';
import './resizable_button.scss';
import { getPosition } from './helper';
import { ISidecarConfig, SIDECAR_DOCKED_MODE } from './sidecar_service';

Expand Down

0 comments on commit dac0f9f

Please sign in to comment.