Many minor fixes

This commit is contained in:
Frikky
2025-10-22 00:37:56 +02:00
parent d26b7779e1
commit b559fb4a72
8 changed files with 21 additions and 120 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ const EditWorkflow = (props) => {
submitLoading === true ||
(uploadedImage === null && innerWorkflow?.default_return_value?.trim()?.length === 0)
}
variant="aiButton"
variant="aiButtonGhost"
onClick={async () => {
// Track AI Generate button click
if (isCloud) {