Skip to content
Snippets Groups Projects
Commit ac141862 authored by William Arsac's avatar William Arsac Committed by Florent POITTEVIN
Browse files

feat: add missing decorator in SharedAbstractButtonToolbarPresentational

parent 26c67b91
No related branches found
No related tags found
No related merge requests found
import { import {
Directive,
ElementRef, ElementRef,
Input, Input,
OnInit, OnInit,
...@@ -20,6 +21,7 @@ import { ...@@ -20,6 +21,7 @@ import {
ObservableUtil, ObservableUtil,
} from "solidify-frontend"; } from "solidify-frontend";
@Directive()
export abstract class SharedAbstractButtonToolbarPresentational<TResourceModel extends BaseResource> extends SharedAbstractPresentational implements OnInit { export abstract class SharedAbstractButtonToolbarPresentational<TResourceModel extends BaseResource> extends SharedAbstractPresentational implements OnInit {
@Input() @Input()
readonly keyBackButtonToTranslate: string = LabelTranslateEnum.backToList; readonly keyBackButtonToTranslate: string = LabelTranslateEnum.backToList;
......
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