Skip to content

Commit

Permalink
Merge branch 'dev' into l10n_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jun 28, 2024
2 parents 44a612a + 082873c commit 6adf382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/mockData/fieldOpt.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { z } from 'zod'

import { type ApiOutput } from '@weareinreach/api'
import { type $Enums } from '@weareinreach/db'
import { getTRPCMock, type MockAPIHandler, type MockHandlerObject } from '~ui/lib/getTrpcMock'

import type * as $Enums from '@weareinreach/db/enums'

const queryAttributeCategories: MockAPIHandler<'fieldOpt', 'attributeCategories'> = async (query) => {
const attributeCategories = (await import('./json/fieldOpt.attributeCategories.json')).default
if (Array.isArray(query)) {
Expand Down

0 comments on commit 6adf382

Please sign in to comment.