Make table wrapper and table options components

This commit is contained in:
Milos Holba
2021-01-19 18:47:53 +01:00
parent 9a736a2615
commit 2263cc9511
11 changed files with 359 additions and 324 deletions

View File

@@ -65,7 +65,6 @@ class ShareController extends Controller
$share->sendSharedLinkViaEmail($request->emails, $token);
}
return $share;
}