mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
chore(nocodb): lint
This commit is contained in:
@@ -137,8 +137,7 @@ export class NcErrorV1 extends NcErrorBase {
|
||||
|
||||
schemaLocked(message?: string): never {
|
||||
return this.forbidden(
|
||||
message ||
|
||||
'Schema modifications are not allowed on managed apps',
|
||||
message || 'Schema modifications are not allowed on managed apps',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user