Update Import Billing & Invoice

This commit is contained in:
ivan-sim
2024-05-22 09:43:47 +07:00
parent 6fef852e2c
commit 117b81f92f
4 changed files with 186 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ export const LanguageContext = createContext();
export const LanguageProvider = ({ children }) => {
const [currentLocale, setCurrentLocale] = useState(localStorage.getItem('currentLocale') ? localStorage.getItem('currentLocale') : 'id-ID');
const [localeData, setLocaleData] = useState('id');
const cancelToken = useRef(null);
const cancelToken = useRef(null);
useEffect(() => {
const fetchData = async () => {