feat(schema-workflow): PATCH /drafts/{id} — edit без recreate (A)

This commit is contained in:
Александр Зимин
2026-05-12 11:33:01 +00:00
parent ab6ec6ebec
commit b3a9104d54
11 changed files with 323 additions and 51 deletions
@@ -179,6 +179,7 @@ function SchemaDraftBanner({
onClose={() => setDrawerOpen(false)}
dictionaryName={detail.name}
currentHeadVersion={detail.schemaVersion}
detail={detail}
/>
</>
)