Bug description
When editing an entry that has one or more tabs of fields, the "unsaved changes" alert shows every time you switch between them, assuming you have changed some content but not yet saved. I assume this is due to the dirty state of the entry, and the fact that the URL changes when you select a tab (the tab id is added as a hash property) so it thinks you are leaving the page.

How to reproduce
- Create a blueprint that has at least two tabs of fields
- When editing an entry, update the contents of a field in one tab, then click to another tab
- The unsaved changes dialog will show
Logs
Environment
EnvironmentLaravel Version: 12.59.0PHP Version: 8.4.19Composer Version: 2.8.10Environment: localDebug Mode: ENABLEDMaintenance Mode: OFFTimezone: UTCLocale: enCacheConfig: NOT CACHEDEvents: NOT CACHEDRoutes: NOT CACHEDViews: CACHEDDriversBroadcasting: logCache: fileDatabase: mysqlLogs: stack / singleMail: logQueue: syncSession: fileStoragepublic/storage: NOT LINKEDStatamicAddons: 1License Key: Not setSites: 2 (Statamic, Statamic 2)Stache Watcher: Enabled (auto)Static Caching: DisabledVersion: 6.19.0 PROStatamic Addonsstatamic/eloquent-driver: 5.8.0Statamic Eloquent DriverAddon Settings: fileAsset Containers: fileAssets: fileBlueprints: fileCollection Trees: eloquentCollections: eloquentEntries: eloquentFieldsets: fileForm Submissions: fileForms: fileGlobal Sets: fileGlobal Variables: fileNavigation Trees: fileNavigations: fileRevisions: fileSites: eloquentTaxonomies: fileTerms: fileTokens: file
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
Bug description
When editing an entry that has one or more tabs of fields, the "unsaved changes" alert shows every time you switch between them, assuming you have changed some content but not yet saved. I assume this is due to the dirty state of the entry, and the fact that the URL changes when you select a tab (the tab id is added as a hash property) so it thinks you are leaving the page.
How to reproduce
Logs
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response