Skip to content

Commit

Permalink
Fix missing default icon (#5440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagoasdf authored Oct 31, 2024
1 parent 4e832b9 commit 4dd5bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/saas/icon/default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/fides/api/app_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async def run_database_startup(app: FastAPI) -> None:
update_saas_configs(db)
logger.info("Finished loading SaaS templates")
except Exception as e:
logger.error(
logger.exception(
"Error occurred during SaaS connector template validation: {}",
str(e),
)
Expand Down

0 comments on commit 4dd5bff

Please sign in to comment.