Skip to content

Commit

Permalink
Merge pull request #29 from tazo90/feat/5-multi-organizations
Browse files Browse the repository at this point in the history
Feat/5 multi organizations
  • Loading branch information
tazo90 authored Jun 20, 2022
2 parents c90a795 + 147c8dd commit 427b2f7
Show file tree
Hide file tree
Showing 251 changed files with 3,439 additions and 178 deletions.
2 changes: 1 addition & 1 deletion src/apps/stores/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function StoresApp(props: StoresAppProps) {
const dispatch = useDispatch();
const { apiKey } = props;
const [isAuthorized, setIsAuthorized] = useState<boolean | null>(null);
const organization = "amrest";
const organization = "lpp";

useEffect(() => {
dispatch(setAppConfig(appConfig));
Expand Down
33 changes: 33 additions & 0 deletions src/assets/countries/ad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/assets/countries/ae.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/assets/countries/af.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/countries/ag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 427b2f7

Please sign in to comment.