generated from Luis/nextjs-python-web-template
Stash changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Button } from "@mui/material";
|
||||
|
||||
export const Client1ConsumerTableConfig = [
|
||||
export const ClientTableConfig = [
|
||||
{
|
||||
key: "service_name",
|
||||
label: "Service name",
|
||||
@@ -34,7 +34,7 @@ export const Client1ConsumerTableConfig = [
|
||||
// },
|
||||
];
|
||||
|
||||
export const Client1ProducerTableConfig = [
|
||||
export const ServiceTableConfig = [
|
||||
{
|
||||
key: "service_name",
|
||||
label: "Service name",
|
||||
|
||||
Reference in New Issue
Block a user