fix: adds 'view all ...' button to dashboard widgets
This commit is contained in:
@@ -15,6 +15,8 @@ final class DownloadList extends AbstractController
|
||||
|
||||
public string $type;
|
||||
|
||||
public bool $isWidget = true;
|
||||
|
||||
public function __construct(
|
||||
private readonly DownloadRepository $downloadRepository,
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user