when i refresh page even without saving data , data is getting saved automatically

0
I have built logic to fetch previous save data to be displayed on the page . but without even saving the data when ever I come to the page data is getting saved (duplicating data) even when i refresh the page data is getting saved help me resolve this problem
asked
2 answers
0

Hi Pragathi,

 

Can you provide more details. And also you logic.

answered
0

Remains the data saved when the user logs out and signs back in? and is the data visible to other users? If not the data could be cached in the client state.

If the data is visible you should check the your logic for save actions

answered