mgr/dashboard: Fix problem with ErasureCodeProfileService

ErasureCodeProfileService was being provided twice and that was causing
problems in production mode.

Fixes: https://tracker.ceph.com/issues/36544

Signed-off-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
Tiago Melo 2018-10-22 11:57:01 +01:00
parent 98fc7ebc99
commit f775e9844c

View File

@ -6,7 +6,6 @@ import { ApiModule } from './api.module';
@Injectable({
providedIn: ApiModule
})
@Injectable()
export class ErasureCodeProfileService {
constructor(private http: HttpClient) {}