Skip to content

Commit 9f1a4df

Browse files
authored
[FE] Add missing schema name upon edit (#3561)
1 parent 7e04081 commit 9f1a4df

File tree

1 file changed

+1
-1
lines changed
  • kafka-ui-react-app/src/components/Schemas/Edit

1 file changed

+1
-1
lines changed

kafka-ui-react-app/src/components/Schemas/Edit/Form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const Form: React.FC = () => {
110110
return (
111111
<FormProvider {...methods}>
112112
<PageHeading
113-
text="Edit"
113+
text={`${subject} Edit`}
114114
backText="Schema Registry"
115115
backTo={clusterSchemasPath(clusterName)}
116116
/>

0 commit comments

Comments
 (0)