mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #1091] Import prompts, Modelfiles button is inactive #50997
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PaulMoney on GitHub (Mar 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1091
Bug Report
Description
Bug Summary:
Hi, when I click on Import prompts or Modelfiles button nothing happens (seems that they are inactive). Download buttons work correctly.
Steps to Reproduce:
Navigate to either Prompts or Modelfiles section and click on "Import Prompts" or " Import Modelfiles" button.
Expected Behavior:
Open file browser to select JSON file.
Actual Behavior:
Nothing happens, button is inactive.
Environment
Reproduction Details
Confirmation:
Installation Method
Docker
@justinh-rahb commented on GitHub (Mar 7, 2024):
I suspect I know the cause, pinging @tjbck: Is this another issue from the attempt to get rid of vanilla JS?
@tjbck commented on GitHub (Mar 7, 2024):
Yes, seems to be a common theme in the PR: https://github.com/open-webui/open-webui/pull/1025/files#diff-69f3d6656db6b16bcf7427c8e7cc16c94e5a276b10fdac64e2f7a51cbfba6c70R112 Working on a fix right now.
@tjbck commented on GitHub (Mar 7, 2024):
The latest commit should fix this issue, let me know if the issue persists!
@PaulMoney commented on GitHub (Mar 7, 2024):
Confirmed, issue is resolved !