mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-09 21:51:42 +08:00
Mark notebook as changed when hub secret is toggled (#2279)
This commit is contained in:
parent
e9e760c7da
commit
eba249d045
1 changed files with 2 additions and 0 deletions
|
|
@ -886,6 +886,7 @@ defmodule Livebook.Session.Data do
|
|||
|> with_actions()
|
||||
|> set_secret(secret)
|
||||
|> update_notebook_hub_secret_names()
|
||||
|> set_dirty()
|
||||
|> wrap_ok()
|
||||
end
|
||||
|
||||
|
|
@ -894,6 +895,7 @@ defmodule Livebook.Session.Data do
|
|||
|> with_actions()
|
||||
|> unset_secret(secret_name)
|
||||
|> update_notebook_hub_secret_names()
|
||||
|> set_dirty()
|
||||
|> wrap_ok()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue