Explorar el Código

Pick up the type from app/types

Johannes Schill hace 7 años
padre
commit
97d718f87a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      public/app/core/components/PermissionList/AddPermission.tsx

+ 2 - 1
public/app/core/components/PermissionList/AddPermission.tsx

@@ -1,7 +1,8 @@
 import React, { Component } from 'react';
-import { UserPicker, User } from 'app/core/components/Picker/UserPicker';
+import { UserPicker } from 'app/core/components/Picker/UserPicker';
 import { TeamPicker, Team } from 'app/core/components/Picker/TeamPicker';
 import DescriptionPicker, { OptionWithDescription } from 'app/core/components/Picker/DescriptionPicker';
+import { User } from 'app/types';
 import {
   dashboardPermissionLevels,
   dashboardAclTargets,