refactor frontend: window.location.reload(); #116
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
It would be better if we would use a
Notification
from the mantine Notification context which is already implemented and get rid ofwindow.location.reload();
so we can just update the components usinguseEffect
f.e. and notify that the upload of a file or the config was saved.reload()
The text was updated successfully, but these errors were encountered: