Skip to content
Snippets Groups Projects
Commit ac262782 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Fix typo

parent 5225a0a2
No related branches found
No related tags found
2 merge requests!68Develop,!49Resolve "Changer design selectbox page output"
......@@ -17,10 +17,10 @@ import { DetailService } from './detail.service';
import { AttributeService } from 'src/app/metamodel/services/attribute.service';
interface State {
router: fromRouter.RouterReducerState<utils.RouterStateUrl>,
metamodel: fromMetamodel.State,
search: fromSearch.State,
detail: fromDetail.State
router: fromRouter.RouterReducerState<utils.RouterStateUrl>;
metamodel: fromMetamodel.State;
search: fromSearch.State;
detail: fromDetail.State;
}
@Injectable()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment