Skip to content

Commit 58dcfc2

Browse files
fix: apply suggestions from code review by Demetrius
Co-authored-by: Demetrius Feijóo <[email protected]>
1 parent e60c0cf commit 58dcfc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/demo/src/components/ModalToggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useState } from 'react'
22
import { Button, Stack, Typography, Input, Grid } from '@mui/material'
33
import { PluginComponent } from './FieldPluginDemo'
4-
import { ModalSize } from '@storyblok/field-plugin'
4+
import type { ModalSize } from '@storyblok/field-plugin'
55

66
export const ModalToggle: PluginComponent = (props) => {
77
const { actions, data } = props

packages/field-plugin/src/messaging/pluginMessage/pluginToContainerMessage/GetUserContextMessage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const stub: GetUserContextMessage = {
1414
callbackId,
1515
}
1616

17-
describe('ValueChangeMessage', () => {
17+
describe('GetUserContextMessage', () => {
1818
describe('validator', () => {
1919
it('is a MessageToContainer', () => {
2020
expect(isMessageToContainer(stub)).toEqual(true)

0 commit comments

Comments
 (0)