Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add organization logo to organization #1369

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

otaviojacobi
Copy link
Contributor

Change-type: minor

Resolves: #
HQ:
See:
Depends-on:
Change-type: major|minor|patch


Contributor checklist
  • Includes tests
  • Includes typings
  • Includes updated documentation
  • Includes updated build output

@otaviojacobi otaviojacobi force-pushed the otaviojacobi/adds-organization-logo-model branch 4 times, most recently from 702f31f to 6565476 Compare August 9, 2023 19:59
@otaviojacobi otaviojacobi force-pushed the otaviojacobi/adds-organization-logo-model branch from 6565476 to dd434a4 Compare October 5, 2023 18:20
@otaviojacobi otaviojacobi force-pushed the otaviojacobi/adds-organization-logo-model branch 9 times, most recently from 22e2d72 to 2f4a9b1 Compare October 19, 2023 16:41
@otaviojacobi otaviojacobi force-pushed the otaviojacobi/adds-organization-logo-model branch 2 times, most recently from b8ff301 to 3010de0 Compare October 30, 2023 17:25
@otaviojacobi otaviojacobi marked this pull request as ready for review October 30, 2023 17:25
@flowzone-app flowzone-app bot enabled auto-merge October 30, 2023 17:27
@otaviojacobi otaviojacobi force-pushed the otaviojacobi/adds-organization-logo-model branch 5 times, most recently from 39bb490 to 5bedcd6 Compare October 30, 2023 23:41
@otaviojacobi otaviojacobi force-pushed the otaviojacobi/adds-organization-logo-model branch from 5bedcd6 to 251e835 Compare November 7, 2023 23:18
Comment on lines +391 to +395
export type ReplaceWebResource<K> = K extends WebResource ? WebResourceFile : K;
export type SubmitBody<T> = {
[k in keyof T]?: T[k] extends AssociatedResource<object>
? number | null
: T[k];
: ReplaceWebResource<T[k]>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless you need to use this elsewhere, I would just inline the ReplaceWebResource

@flowzone-app flowzone-app bot merged commit 7094406 into master Nov 13, 2023
52 checks passed
@flowzone-app flowzone-app bot deleted the otaviojacobi/adds-organization-logo-model branch November 13, 2023 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants