mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 15:07:06 +00:00
fix: lint errors
This commit is contained in:
@@ -64,7 +64,7 @@ export const defaultRowColorInfo: RowColoringInfo = {
|
||||
is_set_as_background: null,
|
||||
}
|
||||
|
||||
const getDefaultViewMetas = (viewType: ViewTypes) => {
|
||||
export const getDefaultViewMetas = (viewType: ViewTypes) => {
|
||||
switch (viewType) {
|
||||
case ViewTypes.FORM:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user