mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
api resource refactoring
This commit is contained in:
@@ -15,7 +15,7 @@ class UpdateFolderPropertyAction
|
||||
$folder = Folder::find($id);
|
||||
|
||||
// Set default folder icon
|
||||
if ($request->emoji === 'default') {
|
||||
if ($request->input('emoji') === 'default') {
|
||||
$folder->update([
|
||||
'emoji' => null,
|
||||
'color' => null,
|
||||
|
||||
Reference in New Issue
Block a user