refactor: remove immutable from 'config' state slice (#4960)

This commit is contained in:
Vladislav Shkodin
2021-03-11 12:08:46 +02:00
committed by GitHub
parent 133689247b
commit 6623740a8c
39 changed files with 488 additions and 451 deletions

View File

@ -0,0 +1,2 @@
export const COMMIT_AUTHOR = 'commit_author';
export const COMMIT_DATE = 'commit_date';

View File

@ -1,8 +1,8 @@
import React from 'react';
export const IDENTIFIER_FIELDS = ['title', 'path'];
export const IDENTIFIER_FIELDS = ['title', 'path'] as const;
export const SORTABLE_FIELDS = ['title', 'date', 'author', 'description'];
export const SORTABLE_FIELDS = ['title', 'date', 'author', 'description'] as const;
export const INFERABLE_FIELDS = {
title: {