Pre-conf work 2025

This commit is contained in:
2025-09-02 08:25:41 -04:00
parent 550021a18e
commit 4acbec6288
75 changed files with 8047 additions and 5228 deletions

View File

@@ -63,7 +63,7 @@ export function EntityForm<T extends FieldValues = FieldValues>({
entityName,
entityNamePlural,
backUrl,
listUrl,
listUrl: _listUrl,
title,
description,
icon: Icon,
@@ -195,7 +195,7 @@ export function EntityForm<T extends FieldValues = FieldValues>({
</span>
</div>
) : (
submitText || defaultSubmitText
(submitText ?? defaultSubmitText)
)}
</Button>
</div>