@acuteinfo/common-screens 1.0.48 → 1.0.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2048,7 +2048,7 @@ const actions = [
2048
2048
  {
2049
2049
  actionName: "back",
2050
2050
  actionLabel: "Back",
2051
- multiple: undefined,
2051
+ multiple: false,
2052
2052
  rowDoubleClick: false,
2053
2053
  alwaysAvailable: true,
2054
2054
  actionTextColor: "var(--theme-color3)",
@@ -2216,7 +2216,7 @@ const BranchSelectionGrid = ({ selectionMode, authState, isBranchSelectedFn, isL
2216
2216
  padding: "0",
2217
2217
  "& .MuiTypography-root": {
2218
2218
  color: "black",
2219
- }
2219
+ },
2220
2220
  }, disableMultipleRowSelect: true, variant: "outlined", loading: isLoading || isFetching || mutation.isLoading, defaultSelectedRowId: authState?.user?.branchCode ?? null }, `branchSelection`), isError || data?.length === 0 ? (jsx(Button, { sx: {
2221
2221
  backgroundColor: "var(--theme-color3)",
2222
2222
  position: "absolute",