Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vitPinchuk committed Nov 28, 2024
1 parent 2c08085 commit 7adfabf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getFormElementsEditorSelectors } from '@/utils';
import { ElementOptionEditor } from './ElementOptionEditor';

/**
* Form Elements Editor
* Element option editor
*/
describe('Element Option Editor', () => {
const onChange = jest.fn();
Expand All @@ -19,8 +19,7 @@ describe('Element Option Editor', () => {

/**
* Get Tested Component
* @param value
* @param context
* @param option
* @param restProps
*/
const getComponent = ({ option = {}, ...restProps }: any) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { FormElementType } from '@/types';
*/
interface Props {
/**
* Options
* Option
*/
option: SelectableValue;

Expand Down

0 comments on commit 7adfabf

Please sign in to comment.