mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-09 10:59:47 +00:00
Update ToolsSettings.jsx
This commit is contained in:
@@ -201,7 +201,7 @@ function ToolsSettings({ isOpen, onClose }) {
|
||||
<select
|
||||
value={projectSortOrder}
|
||||
onChange={(e) => setProjectSortOrder(e.target.value)}
|
||||
className="text-sm bg-gray-50 dark:bg-gray-800 border border-gray-300 dark:border-gray-600 text-gray-900 dark:text-gray-100 rounded-lg focus:ring-blue-500 focus:border-blue-500 p-2"
|
||||
className="text-sm bg-gray-50 dark:bg-gray-800 border border-gray-300 dark:border-gray-600 text-gray-900 dark:text-gray-100 rounded-lg focus:ring-blue-500 focus:border-blue-500 p-2 w-32"
|
||||
>
|
||||
<option value="name">Alphabetical</option>
|
||||
<option value="date">Recent Activity</option>
|
||||
@@ -445,4 +445,4 @@ function ToolsSettings({ isOpen, onClose }) {
|
||||
);
|
||||
}
|
||||
|
||||
export default ToolsSettings;
|
||||
export default ToolsSettings;
|
||||
|
||||
Reference in New Issue
Block a user