mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
emoji picker refactoring
This commit is contained in:
@@ -30,7 +30,7 @@ class RenameFileOrFolderController extends Controller
|
||||
}
|
||||
|
||||
// If request contain icon or color, then change it
|
||||
if ($request->filled('emoji') || $request->filled('color')) {
|
||||
if ($request->has('emoji') || $request->has('color')) {
|
||||
($this->updateFolderProperty)($request, $id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user