mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 12:24:36 -04:00
Comments for React Application
This commit is contained in:
parent
9eed886269
commit
ee73a60452
@ -17,4 +17,15 @@
|
||||
|
||||
</body>
|
||||
|
||||
<!--
|
||||
|
||||
If you are reading this, there is a fair change that the react application has not loaded for you. There are a couple of solutions:
|
||||
|
||||
1. Download the release file from https://github.com/invoiceninja/invoiceninja and overwrite your current installation.
|
||||
2. Switch back to the Flutter application by editing the database, you can do this with the following SQL
|
||||
|
||||
UPDATE accounts SET
|
||||
set_react_as_default_ap = 0;
|
||||
|
||||
-->
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user