Skip to content

Commit

Permalink
imagine: set disabled in zustand slice (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-mayrgundter authored Nov 23, 2024
1 parent 619bf20 commit c70aa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.1187",
"version": "1.0.1163",
"main": "src/index.jsx",
"license": "AGPL-3.0",
"homepage": "https://github.com/bldrs-ai/Share",
Expand Down
2 changes: 1 addition & 1 deletion src/store/UIEnabledSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function createUIEnabledSlice(set, get) {
// TODO(pablo): move all of these to feature slice files
// NOTE: Nav, Notes, Search and Versions have been moved to their Slices
isAboutEnabled: true,
isImagineEnabled: true,
isImagineEnabled: false, // service failing
isLoginEnabled: true,
isModelActionsEnabled: true,
isShareEnabled: true,
Expand Down

0 comments on commit c70aa3d

Please sign in to comment.