Skip to content

Commit

Permalink
add currency
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Oct 9, 2024
1 parent 927c87e commit ed42a6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default function EditGroupModal({
onCancel,
opened
}: Args) {
const [showCurrency, setShowCurrency] = useState<boolean>(false)
const [currency, setCurrency] = useState<CurrencyType>("EUR")
const {data, isLoading} = useGetCustomFieldQuery(customFieldId)
const [updateCustomField, {isLoading: isLoadingGroupUpdate}] =
Expand Down

0 comments on commit ed42a6a

Please sign in to comment.