committed by
Sacha Al Himdani
parent
288c59a5f2
commit
f9216d30b2
@@ -151,7 +151,7 @@ export const useCreateAudit = (connectionId: string) => {
|
||||
return (input: {
|
||||
organizationId: string;
|
||||
frameworkId: string;
|
||||
name?: string;
|
||||
name?: string | null;
|
||||
validFrom?: string;
|
||||
validUntil?: string;
|
||||
reportKey?: string;
|
||||
@@ -187,7 +187,7 @@ export const useUpdateAudit = () => {
|
||||
|
||||
return (input: {
|
||||
id: string;
|
||||
name?: string;
|
||||
name?: string | null;
|
||||
validFrom?: string | null;
|
||||
validUntil?: string | null;
|
||||
state?: string;
|
||||
|
||||
Reference in New Issue
Block a user