Skip to content

Commit

Permalink
Bump service_wiki image to v0.18.1 (#1396)
Browse files Browse the repository at this point in the history
Co-authored-by: ITA Wiki bot <bot@itawiki.com>
  • Loading branch information
2 people authored and Cristian-Moller committed Jul 2, 2024
1 parent 82f76c8 commit 8c01e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/dev/service_wiki.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
service_wiki:
version: 0.16.1
version: 0.18.1
3 changes: 1 addition & 2 deletions packages/ui/src/stories/atoms/HamburgerMenu.stories.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import type { Meta, StoryObj } from '@storybook/react'
import { HamburgerMenu } from '../../components/atoms'

// More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export
const meta = {
const meta: Meta<typeof HamburgerMenu> = {
title: 'Atoms/HamburgerMenu',
component: HamburgerMenu,
parameters: {
Expand Down

0 comments on commit 8c01e4d

Please sign in to comment.