Skip to content

Commit

Permalink
Merge branch 'master' into migrate-fav-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 authored Jan 10, 2024
2 parents 8acdd35 + eff5c33 commit da97178
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 353 deletions.
2 changes: 1 addition & 1 deletion src/components/app-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function AppList() {
<div className="app-list__header">
<Typography variant="body_short_bold">Favourites</Typography>
<div className="create-app">
<PageCreateApplication />
<PageCreateApplication refetch={refetch} />
</div>
</div>
<div className="app-list">
Expand Down
3 changes: 2 additions & 1 deletion src/components/configure-application-github/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ import { RequestState } from '../../state/state-utils/request-states';
import { configVariables } from '../../utils/config';

import './style.css';
import { ApplicationRegistration } from '../../store/radix-api';

const radixZoneDNS = configVariables.RADIX_CLUSTER_BASE;

export interface ConfigureApplicationGithubProps {
app: ApplicationRegistrationModel;
app: ApplicationRegistration | ApplicationRegistrationModel;
onDeployKeyChange: (appName: string) => void;
startVisible?: boolean;
useOtherCiToolOptionVisible?: boolean;
Expand Down
Loading

0 comments on commit da97178

Please sign in to comment.