Skip to content

Commit

Permalink
merge in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Jan 10, 2024
1 parent cb08a63 commit 8abc080
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/configure-application-github/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ import { configVariables } from '../../utils/config';

import './style.css';
import { ApplicationRegistration } from '../../store/radix-api';
import { ApplicationRegistrationModel } from '../../models/radix-api/applications/application-registration';
import { ApplicationRegistration } from '../../store/radix-api';

const radixZoneDNS = configVariables.RADIX_CLUSTER_BASE;

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

0 comments on commit 8abc080

Please sign in to comment.