Skip to content

Commit bbd66ef

Browse files
committed
Remove default API key from state
1 parent 9926d8d commit bbd66ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

storybook/src/helpers/states.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
import { atom } from 'jotai'
22

3-
export const googleMapsApiKeyAtom = atom(
4-
import.meta.env.STORYBOOK_GOOGLE_MAP_API_KEY ?? ''
5-
)
3+
export const googleMapsApiKeyAtom = atom('')

0 commit comments

Comments
 (0)