Skip to content

Commit c4f7595

Browse files
committed
- update the register_field (passes the image preview test)
1 parent f0c0e4f commit c4f7595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FieldConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function get_graphql_field_config(): ?array {
234234
// bail and let the connection handle registration to the schema
235235
// and resolution
236236
if ( 'connection' === $field_type ) {
237-
// $this->registry->register_field( $this->acf_field );
237+
$this->registry->register_field( $this->acf_field );
238238
return null;
239239
}
240240

0 commit comments

Comments
 (0)