2795-fix(front): ObjectNamePlural added as Page Header title (#2852)
* 2795-fix(front): ObjectNamePlural added as Page Header title * 2795-fix(front): Icon fix * fix linting errors --------- Co-authored-by: bosiraphael <raphael.bosi@gmail.com>
This commit is contained in:
+1
-1
@@ -6,10 +6,10 @@ import { userEvent, within } from '@storybook/testing-library';
|
||||
import { useSetHotkeyScope } from '@/ui/utilities/hotkey/hooks/useSetHotkeyScope';
|
||||
import { FieldMetadataType } from '~/generated-metadata/graphql';
|
||||
|
||||
import { FieldRatingValue } from '../../../../types/FieldMetadata';
|
||||
import { FieldContextProvider } from '../../../__stories__/FieldContextProvider';
|
||||
import { useRatingField } from '../../../hooks/useRatingField';
|
||||
import { RatingFieldInput, RatingFieldInputProps } from '../RatingFieldInput';
|
||||
import { FieldRatingValue } from '../../../../types/FieldMetadata';
|
||||
|
||||
const RatingFieldValueSetterEffect = ({
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user