Properly set the dirty flag on setting modal load
This commit is contained in:
parent
c672236412
commit
443c30b7ab
|
@ -86,7 +86,6 @@
|
|||
|
||||
const refreshSettings = async () => {
|
||||
showSettingsModal && showSettings()
|
||||
setDirty()
|
||||
}
|
||||
|
||||
const cloneProfile = () => {
|
||||
|
@ -155,6 +154,7 @@
|
|||
}
|
||||
|
||||
const showSettings = async () => {
|
||||
setDirty()
|
||||
// Show settings modal
|
||||
showSettingsModal++
|
||||
|
||||
|
|
Loading…
Reference in New Issue