mirror of
https://github.com/directus/directus.git
synced 2026-02-06 09:45:06 -05:00
Add support for app-required field state (#7166)
* Add "required" option to fields * Move some exceptions to shared * Do client side validation for required * Add conditional required support
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { BaseException } from './base';
|
||||
import { BaseException } from '@directus/shared/exceptions';
|
||||
|
||||
export class UnprocessableEntityException extends BaseException {
|
||||
constructor(message: string) {
|
||||
|
||||
Reference in New Issue
Block a user