Index: resources/views/dashboard/files/index.blade.php
===================================================================
--- resources/views/dashboard/files/index.blade.php	(revision 0ea3dac1d657cc0112b8e0024061b590ea4e7347)
+++ resources/views/dashboard/files/index.blade.php	(revision 3536fe9594879dd59ec9a336fee42bc4967032cf)
@@ -103,7 +103,4 @@
                                     @if(auth()->user()->hasPermission('manage_all_files'))
                                     <td>
-                                        <a href="javascript:void(0)" class="text-secondary" data-toggle="modal" data-target="#editModal_{{$file->id}}" title="Edit">
-                                            <i class="ti-pencil"></i>
-                                        </a>
                                         <a href="{{ route("dashboard.files.downloadFile", ['id' => $file->id]) }}" class="text-danger ml-2"title="Download">
                                             <i class="ti-download"></i>
