chore: heres the actual fix

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-11-10 17:41:08 +01:00
parent b2bb48a6f4
commit d293d8ec22
+1 -1
View File
@@ -72,7 +72,7 @@ export function createNextScaffolderFieldExtension<
TInputProps extends UIOptionsType = {},
>(
options: NextFieldExtensionOptions<TReturnValue, TInputProps>,
): Extension<React.ComponentType> {
): Extension<FieldExtensionComponent<TReturnValue, TInputProps>> {
return {
expose() {
const FieldExtensionDataHolder: any = () => null;