Skip to content

Commit

Permalink
Changed default value of parameter bordered
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchoeps committed Dec 22, 2021
1 parent 59ca1a9 commit 2f4d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MetabaseComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MetabaseComponent extends Component
* @param int|null $question
* @param array<string> $params
*/
public function __construct(?int $dashboard = null, ?int $question = null, array $params = [], $bordered = true, $titled = false, $theme = null)
public function __construct(?int $dashboard = null, ?int $question = null, array $params = [], $bordered = false, $titled = false, $theme = null)
{
$this->dashboard = $dashboard;
$this->question = $question;
Expand Down

0 comments on commit 2f4d5e9

Please sign in to comment.