Browse Source

fix: Fixes import of moved function.

j8
damencho 5 years ago
parent
commit
3da1b65757

+ 1
- 1
react/features/security/components/security-dialog/PasswordSection.js View File

@@ -4,7 +4,7 @@
4 4
 import React, { useRef } from 'react';
5 5
 
6 6
 import { translate } from '../../../base/i18n';
7
-import { copyText } from '../../../invite';
7
+import { copyText } from '../../../base/util';
8 8
 
9 9
 import PasswordForm from './PasswordForm';
10 10
 

Loading…
Cancel
Save