fix build
This commit is contained in:
parent
3f7d1526da
commit
c52e991e3f
@ -42,7 +42,7 @@ export function TextareaField({
|
||||
id={id}
|
||||
onChange={handleChange}
|
||||
readOnly={readOnly}
|
||||
ref={textareaRef}
|
||||
ref={textareaRef as React.Ref<HTMLTextAreaElement>}
|
||||
rows={rows}
|
||||
value={value}
|
||||
/>
|
||||
|
||||
@ -8,7 +8,7 @@ import { getMinutes } from '@repo/utils/datetime-format';
|
||||
import { formatMoney } from '@repo/utils/money';
|
||||
import { useState } from 'react';
|
||||
|
||||
type ServiceCardProps = ServiceFieldsFragment;
|
||||
type ServiceCardProps = Omit<ServiceFieldsFragment, 'documentId'>;
|
||||
|
||||
export function ServiceCard({
|
||||
active,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user