Use asset-backed company logos
This commit is contained in:
@@ -28,7 +28,6 @@ interface CompanyContextValue {
|
||||
name: string;
|
||||
description?: string | null;
|
||||
budgetMonthlyCents?: number;
|
||||
logoUrl?: string | null;
|
||||
}) => Promise<Company>;
|
||||
}
|
||||
|
||||
@@ -90,7 +89,6 @@ export function CompanyProvider({ children }: { children: ReactNode }) {
|
||||
name: string;
|
||||
description?: string | null;
|
||||
budgetMonthlyCents?: number;
|
||||
logoUrl?: string | null;
|
||||
}) =>
|
||||
companiesApi.create(data),
|
||||
onSuccess: (company) => {
|
||||
@@ -104,7 +102,6 @@ export function CompanyProvider({ children }: { children: ReactNode }) {
|
||||
name: string;
|
||||
description?: string | null;
|
||||
budgetMonthlyCents?: number;
|
||||
logoUrl?: string | null;
|
||||
}) => {
|
||||
return createMutation.mutateAsync(data);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user