Skip to content

Commit

Permalink
Merge remote-tracking branch 'unraid/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	kz_dash
#	models/database.py
#	pages/task/task_detail.py
  • Loading branch information
kingzeus committed Dec 14, 2024
2 parents cae9b8e + a140040 commit 89fdcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def init_application():
},
),
# 消息提示
fac.Fragment(id="message-container"),
fac.Fragment(id="global-message-container"),
],
style={
"backgroundColor": "#f0f2f5",
Expand Down
2 changes: 1 addition & 1 deletion pages/task/task_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def update_task_detail_task_id(visible: bool) -> str:

# 添加回调函数
@callback(
Output("message-container", "children", allow_duplicate=True),
Output("global-message-container", "children", allow_duplicate=True),
[
Input("subtask-table", "nClicksButton"),
State("subtask-table", "clickedCustom"),
Expand Down

0 comments on commit 89fdcba

Please sign in to comment.