This commit is contained in:
@@ -67,7 +67,7 @@ export const Basic: Story = {
|
||||
};
|
||||
|
||||
export const WithActions: Story = {
|
||||
render: (args) => {
|
||||
render: function WithActionsRender(args) {
|
||||
const [title, setTitle] = useState('Storybook powered CMS');
|
||||
const [status, setStatus] = useState('draft');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user