Skip to content

Commit

Permalink
Fix Readonly not default
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lagarda committed Jun 9, 2020
1 parent f9c98f0 commit d899d8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FilemanagerField.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,6 @@ public function isReadonly(NovaRequest $request)
return true;
}

if ($callback !== false) {
return true;
}

return false;
});
}
Expand Down

0 comments on commit d899d8c

Please sign in to comment.