Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
freshteapot committed Dec 17, 2021
1 parent 8be8eb6 commit 8187808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { EditWebhookCredentials } from './editWebhookCredentials';
import { ButtonText } from '../../theme/buttonText';
import { RowWithLink } from './rowWithLink';
import { HeaderDataRow } from '../components/headDataRow';
import copyToClipboard from 'copy-to-clipboard';
import { copyToClipboard } from '../../utils/clipboard';

type Props = {
onSave: (microservice: MicroservicePurchaseOrder) => any;
Expand Down

0 comments on commit 8187808

Please sign in to comment.