diff --git a/CHANGELOG.md b/CHANGELOG.md index 073c2cc156..a8957f2b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,10 +100,9 @@ bearing with us as we move towards our first stable Lightning release.) [#1254](https://github.com/OpenFn/Lightning/issues/1254) - Remove foreign key from `attempts` in preparation for partitioning `work_orders` [#1254](https://github.com/OpenFn/Lightning/issues/1254) -- Remove `Workflows.delete_workflow`. It is no longer in use and would - require modification to not leave orphaned attempts given the removal - of the foreign key from `attempts`. - [#1254](https://github.com/OpenFn/Lightning/issues/1254) +- Remove `Workflows.delete_workflow`. It is no longer in use and would require + modification to not leave orphaned attempts given the removal of the foreign + key from `attempts`. [#1254](https://github.com/OpenFn/Lightning/issues/1254) ### Changed @@ -122,6 +121,8 @@ bearing with us as we move towards our first stable Lightning release.) gets lost when starting a manual workorder from the inspector interface - Ensure that the whole edge when selected is highlighted [#1160](https://github.com/OpenFn/Lightning/issues/1160) +- Fix "Reconfigure Github" button in Project Settings + [#1386](https://github.com/OpenFn/Lightning/issues/1386) ## [v0.9.3] - 2023-09-27 diff --git a/lib/lightning_web/live/project_live/delete_connection_modal.ex b/lib/lightning_web/live/project_live/delete_connection_modal.ex index 30a958df70..1145c466db 100644 --- a/lib/lightning_web/live/project_live/delete_connection_modal.ex +++ b/lib/lightning_web/live/project_live/delete_connection_modal.ex @@ -6,7 +6,6 @@ defmodule LightningWeb.ProjectLive.DeleteConnectionModal do attr :id, :string, required: true attr :show, :boolean, default: false attr :on_cancel, JS, default: %JS{} - slot :inner_block, required: true def modal(assigns) do ~H""" diff --git a/lib/lightning_web/live/project_live/settings.html.heex b/lib/lightning_web/live/project_live/settings.html.heex index 1fa622406e..9b03bd9404 100644 --- a/lib/lightning_web/live/project_live/settings.html.heex +++ b/lib/lightning_web/live/project_live/settings.html.heex @@ -677,39 +677,30 @@ Need to change the repository or branch? - +