mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(joyent-cp-frontend): add polling interval to dg list
This commit is contained in:
parent
376136f8dd
commit
4923f39463
@ -82,6 +82,9 @@ DeploymentGroupList.propTypes = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const DeploymentGroupListWithData = graphql(DeploymentGroupsQuery, {
|
const DeploymentGroupListWithData = graphql(DeploymentGroupsQuery, {
|
||||||
|
options: {
|
||||||
|
pollInterval: 1000
|
||||||
|
},
|
||||||
props: ({ data: { deploymentGroups, loading, error } }) => ({
|
props: ({ data: { deploymentGroups, loading, error } }) => ({
|
||||||
deploymentGroups,
|
deploymentGroups,
|
||||||
loading,
|
loading,
|
||||||
|
Loading…
Reference in New Issue
Block a user