Skip to content

Commit

Permalink
Fix button URL binding (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszarate authored Dec 26, 2024
1 parent d9e0db9 commit 4dae381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Validation/Types.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function button_text(): array {
}

public static function button_url(): array {
return self::generate_primitive_type( 'image_url' );
return self::generate_primitive_type( 'button_url' );
}

/**
Expand Down

0 comments on commit 4dae381

Please sign in to comment.