mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Add data bag view widget, and editor.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
export default class DeveloperModeUtils
|
||||
{
|
||||
|
||||
public static revToColor = (fieldName: string, recordId: string, rev: number): string =>
|
||||
public static revToColor = (fieldName: string, recordId: string | number, rev: number): string =>
|
||||
{
|
||||
let hash = 0;
|
||||
let idFactor = 1;
|
||||
|
Reference in New Issue
Block a user