File tree Expand file tree Collapse file tree
frontend/src/components/pages/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ const { ToastContainer } = createStandaloneToast();
6464
6565const SchemaDetailsView : React . FC < { subjectName : string } > = ( { subjectName : subjectNameProp } ) => {
6666 const { subjectName : subjectNameParam } = routeApi . useParams ( ) ;
67- const navigate = useNavigate ( { from : '/schema-registry/subjects/$subjectName' } ) ;
67+ const navigate = useNavigate ( { from : '/schema-registry/subjects/$subjectName/ ' } ) ;
6868 const search = routeApi . useSearch ( ) ;
6969 const toast = useToast ( ) ;
7070
@@ -265,7 +265,7 @@ export function getFormattedSchemaText(schema: SchemaRegistryVersionedSchema) {
265265// biome-ignore lint/complexity/noExcessiveCognitiveComplexity: complex business logic
266266const SubjectDefinition = ( p : { subject : SchemaRegistrySubjectDetails } ) => {
267267 const toast = useToast ( ) ;
268- const navigate = useNavigate ( { from : '/schema-registry/subjects/$subjectName' } ) ;
268+ const navigate = useNavigate ( { from : '/schema-registry/subjects/$subjectName/ ' } ) ;
269269 const search = routeApi . useSearch ( ) ;
270270 const queryClient = useQueryClient ( ) ;
271271
You can’t perform that action at this time.
0 commit comments