Reset deletion mark on Source controller
This commit is contained in:
parent
c44757e94a
commit
d2f11f71e1
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ defmodule PinchflatWeb.Sources.SourceController do
|
||||||
collection_name: nil,
|
collection_name: nil,
|
||||||
collection_id: nil,
|
collection_id: nil,
|
||||||
collection_type: nil,
|
collection_type: nil,
|
||||||
original_url: nil
|
original_url: nil,
|
||||||
|
marked_for_deletion_at: nil,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue