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 () => {
|
const refreshSettings = async () => {
|
||||||
showSettingsModal && showSettings()
|
showSettingsModal && showSettings()
|
||||||
setDirty()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const cloneProfile = () => {
|
const cloneProfile = () => {
|
||||||
|
@ -155,6 +154,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const showSettings = async () => {
|
const showSettings = async () => {
|
||||||
|
setDirty()
|
||||||
// Show settings modal
|
// Show settings modal
|
||||||
showSettingsModal++
|
showSettingsModal++
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue