generated from Luis/nextjs-python-web-template
Before Milestone Meeting Final Changes #40
@@ -54,6 +54,7 @@ export const WithAppState = (props: AppContextProviderProps) => {
|
||||
loadingEntities: false,
|
||||
}));
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [entityData]);
|
||||
|
||||
return (
|
||||
|
||||
@@ -12,7 +12,7 @@ export const Client1ConsumerTableConfig = [
|
||||
{
|
||||
key: "endpoint_url",
|
||||
label: "End Point",
|
||||
render: (value: any) => {
|
||||
render: () => {
|
||||
return <Button disabled variant="outlined">Consume</Button>
|
||||
}
|
||||
},
|
||||
|
||||
@@ -12,7 +12,7 @@ export const Client2ConsumerTableConfig = [
|
||||
{
|
||||
key: "endpoint_url",
|
||||
label: "End Point",
|
||||
render: (value: any) => {
|
||||
render: () => {
|
||||
return <Button disabled variant="outlined">Consume</Button>
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user