Production build of assets

This commit is contained in:
Benjamin Beganović 2020-08-17 16:38:33 +02:00
parent 0efaa767b9
commit d58ab5d613
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class DownloadsTable extends Component
public function render()
{
$query = Document::query();
$query = auth()->user()->client->documents();
if (in_array('resources', $this->status) && !in_array('client', $this->status)) {
$query = $query->where('documentable_type', '!=', 'App\Models\Client');

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=baf7fef12d5e65c3d9ff",
"/css/app.css": "/css/app.css?id=79bfe92f3563a0cce914",
"/css/app.css": "/css/app.css?id=718489bc33e329ad1ab4",
"/js/clients/invoices/action-selectors.js": "/js/clients/invoices/action-selectors.js?id=d244486b16dc6f94a726",
"/js/clients/invoices/payment.js": "/js/clients/invoices/payment.js?id=d7e708d66a9c769b4c6e",
"/js/clients/payment_methods/authorize-ach.js": "/js/clients/payment_methods/authorize-ach.js?id=9e6495d9ae236b3cb5ad",