Spaces:
Sleeping
Sleeping
Commit
•
d3acf1b
1
Parent(s):
dbc8f44
tmp fix
Browse files
src/app/interface/bottom-bar/index.tsx
CHANGED
@@ -18,7 +18,10 @@ export function BottomBar() {
|
|
18 |
isGeneratingStory ? `scale-0 opacity-0` : ``,
|
19 |
)}>
|
20 |
<div>
|
21 |
-
<Button onClick={download}
|
|
|
|
|
|
|
22 |
remainingImages ? `${remainingImages} remaining..` : `Download`
|
23 |
}</Button>
|
24 |
</div>
|
|
|
18 |
isGeneratingStory ? `scale-0 opacity-0` : ``,
|
19 |
)}>
|
20 |
<div>
|
21 |
+
<Button onClick={download}
|
22 |
+
//disabled={!prompt?.length}
|
23 |
+
disabled
|
24 |
+
>{
|
25 |
remainingImages ? `${remainingImages} remaining..` : `Download`
|
26 |
}</Button>
|
27 |
</div>
|