Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Jul 18, 2024
1 parent e50f093 commit 6232379
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ export type ConnectionFormModalActionsProps = {
onSaveAndConnect(): void;
};

// TODO(COMPASS-7762): Make sure these work for VSCode, for example add:
// saveButton: 'enabled' | 'disabled' | 'hidden';
// saveAndConnectButton: 'enabled' | 'disabled' | 'hidden';
// cancelButton: 'enabled' | 'disabled' | 'hidden';
export function ConnectionFormModalActions({
errors,
warnings,
Expand Down

0 comments on commit 6232379

Please sign in to comment.