mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
BREAKING: postgres + saas
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Currency } from "@prisma/client"
|
||||
import { SelectProps } from "@radix-ui/react-select"
|
||||
import { useMemo } from "react"
|
||||
import { FormSelect } from "./simple"
|
||||
@@ -12,7 +11,7 @@ export const FormSelectCurrency = ({
|
||||
...props
|
||||
}: {
|
||||
title: string
|
||||
currencies: Currency[]
|
||||
currencies: { code: string; name: string }[]
|
||||
emptyValue?: string
|
||||
placeholder?: string
|
||||
hideIfEmpty?: boolean
|
||||
|
||||
Reference in New Issue
Block a user