Need Clarification in close modal

I am opening the modal from navigation menu like this

Resources\DemoResource::getUrl(parameters: [
'action' => Filament\Actions\CreateAction::getDefaultName()
]))

the above generates url like http:://localhost/demo/demos?action=create and it works perfectly but how the filament updates the query string to http:://localhost/demo/demos if i close the modal without reloading the page
Was this page helpful?