Skip to content

Commit

Permalink
Merge pull request #62 from openimis/develop
Browse files Browse the repository at this point in the history
MERGING RELEASE branches
  • Loading branch information
delcroip authored May 16, 2023
2 parents d65ff4d + f3c31d9 commit d410863
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/InsureeFirstServicePointPanel.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import React from "react";
import { withTheme, withStyles } from "@material-ui/core/styles";

import { Paper, Grid, Typography, Divider } from "@material-ui/core";
import { withTheme, withStyles } from "@material-ui/core/styles";

import { FormattedMessage, PublishedComponent, FormPanel } from "@openimis/fe-core";

const styles = (theme) => ({
Expand All @@ -12,7 +14,6 @@ const styles = (theme) => ({
class InsureeFirstServicePointPanel extends FormPanel {
render() {
const { classes, updateAttribute, readOnly, edited } = this.props;
const allRegions = true;
return (
<Grid container>
<Grid item xs={12}>
Expand All @@ -30,7 +31,7 @@ class InsureeFirstServicePointPanel extends FormPanel {
value={edited?.healthFacility ?? null}
readOnly={readOnly}
onChange={(hf) => updateAttribute("healthFacility", hf)}
allRegions={allRegions}
ignoreLocation={true}
/>
)}
</Grid>
Expand Down

0 comments on commit d410863

Please sign in to comment.