Skip to content

Commit

Permalink
fix: Fixed switching the organizastion the branding information is re…
Browse files Browse the repository at this point in the history
…fetched
  • Loading branch information
vishalkhoje committed Oct 1, 2023
1 parent 47579ab commit 32d8356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/pages/brand/tabs/BrandingForm.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { Flex, Grid, Group, Input, LoadingOverlay, Stack, useMantineTheme } from '@mantine/core';
import { Dropzone } from '@mantine/dropzone';
import { useMutation, useQuery } from '@tanstack/react-query';
import { useMutation } from '@tanstack/react-query';
import axios from 'axios';
import { useEffect } from 'react';
import { Controller, useForm } from 'react-hook-form';
import { useOutletContext } from 'react-router-dom';
import { IOrganizationEntity } from '@novu/shared';

import { getOrganizations, updateBrandingSettings } from '../../../api/organization';
import { updateBrandingSettings } from '../../../api/organization';
import { getSignedUrl } from '../../../api/storage';
import Card from '../../../components/layout/components/Card';
import { Button, ColorInput, colors, Select } from '../../../design-system';
Expand Down

0 comments on commit 32d8356

Please sign in to comment.