mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Why: * A handful of 'show' pages were throwing errors for entities created using the API. The reason was due to the fact that the `created_by_actor` was not being preloaded and when the details on the show page were being rendered. This commit updates the various pages to preload the `created_by_actor` to allow for both API created entities and UI created entities.