Clean up build errors
This commit is contained in:
0
inventory-server/chat/import-chat-data.sh
Executable file → Normal file
0
inventory-server/chat/import-chat-data.sh
Executable file → Normal file
@@ -277,7 +277,7 @@ export const useAiValidation = <T extends string>(
|
|||||||
fields: Fields<T>,
|
fields: Fields<T>,
|
||||||
rowHook?: (row: RowData<T>) => Promise<RowData<T>>,
|
rowHook?: (row: RowData<T>) => Promise<RowData<T>>,
|
||||||
tableHook?: (data: RowData<T>[]) => Promise<RowData<T>[]>,
|
tableHook?: (data: RowData<T>[]) => Promise<RowData<T>[]>,
|
||||||
revalidateRows?: (rowIndices?: number[]) => Promise<void>
|
revalidateRows?: (rowIndexes: number[], updatedFields?: { [rowIndex: number]: string[] }, dataOverride?: RowData<T>[]) => Promise<void>
|
||||||
) => {
|
) => {
|
||||||
// State for AI validation
|
// State for AI validation
|
||||||
const [isAiValidating, setIsAiValidating] = useState(false);
|
const [isAiValidating, setIsAiValidating] = useState(false);
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user