From 0161a0958c3e2ab7e296bb35e43df97e51babe6f Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 15 Nov 2025 17:31:37 -0500 Subject: [PATCH] fix(ui): add CreateButton back to LibraryListActions Signed-off-by: Deluan --- ui/src/library/LibraryListActions.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/library/LibraryListActions.jsx b/ui/src/library/LibraryListActions.jsx index f6f1ca90..f4d0913d 100644 --- a/ui/src/library/LibraryListActions.jsx +++ b/ui/src/library/LibraryListActions.jsx @@ -1,5 +1,5 @@ import React, { cloneElement } from 'react' -import { sanitizeListRestProps, TopToolbar } from 'react-admin' +import { sanitizeListRestProps, TopToolbar, CreateButton } from 'react-admin' import LibraryScanButton from './LibraryScanButton' const LibraryListActions = ({ @@ -23,6 +23,7 @@ const LibraryListActions = ({ })} + ) }