Skip to content

Commit

Permalink
Fix the messages page crashing the app when navigating back to it fro…
Browse files Browse the repository at this point in the history
…m a link (#480)
  • Loading branch information
riccardo-forina authored Feb 15, 2024
1 parent bb2f8fb commit b280333
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {
import { KafkaTopicParams } from "@/app/[locale]/kafka/[kafkaId]/topics/kafkaTopic.params";
import { redirect } from "@/navigation";

export const revalidate = 0;

export default async function MessagesPage({
params: { kafkaId, topicId },
searchParams,
Expand Down

0 comments on commit b280333

Please sign in to comment.