mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-04 06:01:59 +08:00
Fix loading for local files in notebook manager
This commit is contained in:
parent
2a0d2dcdc3
commit
95c95d75cb
1 changed files with 2 additions and 0 deletions
|
@ -248,6 +248,8 @@ defmodule Livebook.NotebookManager do
|
|||
|> Enum.sort_by(& &1.bucket_url)
|
||||
|> Enum.map(fn fields -> Livebook.FileSystems.load(fields.type, fields) end)
|
||||
|
||||
file_systems = [Livebook.Config.local_file_system() | file_systems]
|
||||
|
||||
file_system_by_id =
|
||||
for file_system <- file_systems,
|
||||
do: {file_system.id, file_system},
|
||||
|
|
Loading…
Reference in a new issue