From 8094a8980265a0a28e508dbd7cf7c7029e6d98b6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 5 Sep 2017 21:29:39 +0200 Subject: Add user update for admins --- client/src/app/shared/utils.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/shared/utils.ts') diff --git a/client/src/app/shared/utils.ts b/client/src/app/shared/utils.ts index 832311f89..c3189a570 100644 --- a/client/src/app/shared/utils.ts +++ b/client/src/app/shared/utils.ts @@ -9,4 +9,8 @@ export class Utils { static getRowDeleteButton () { return '' } + + static getRowEditButton () { + return '' + } } -- cgit v1.2.3