| | |
| | | |
| | | export const EDIT_MODE = 'pessimistic'; // pessimistic | undoable |
| | | |
| | | export const LOGIN_BACKGROUND = 'image'; // image | media |
| | | export const LOGIN_BACKGROUND = 'media'; // image | media |
| | |
| | | const createPath = useCreatePath(); |
| | | const record = useRecordContext(props); |
| | | if (!record) return null; |
| | | console.log(record); |
| | | return ( |
| | | <Link |
| | | to={createPath({ |
| | |
| | | import { AgvListFilter } from "./AgvListFilter"; |
| | | |
| | | export const AgvGrid = () => { |
| | | const { identity } = useGetIdentity(); |
| | | const [createDialog, setCreateDialog] = useState(false); |
| | | |
| | | if (!identity) return null; |
| | | |
| | | return ( |
| | | <> |
| | | <ListBase perPage={50} sort={{ field: "uuid", order: "asc" }}> |