Skip to content

Commit

Permalink
fix: types for source drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink committed Feb 9, 2025
1 parent 702ca42 commit 457def2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/source-drawer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface SourceDrawerProps {
futureSelectAppsList: { [namespace: string]: boolean }
) => Promise<void>
updateSource: (sourceId: WorkloadId, payload: SourceFormData) => Promise<void>
describe: DescribeSource
describe?: DescribeSource
}

const FormContainer = styled.div`
Expand Down

0 comments on commit 457def2

Please sign in to comment.