mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 06:09:23 +00:00
missing one
This commit is contained in:
parent
bd86a58d9a
commit
e2cc6d8c8d
@ -179,7 +179,7 @@ export function createToolSteps() {
|
||||
return createFilesToolStep(create, props);
|
||||
};
|
||||
|
||||
const createReviewStep = <TParams = any>(props: ReviewToolStepProps<TParams>): React.ReactElement => {
|
||||
const createReviewStep = <TParams = unknown>(props: ReviewToolStepProps<TParams>): React.ReactElement => {
|
||||
return createReviewToolStep(create, props);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user