submit when navigating

This commit is contained in:
Mads Rasmussen
2024-03-02 21:13:49 +01:00
parent 051f3bbb35
commit b4faae9af4

View File

@@ -37,7 +37,7 @@ export class UmbDataTypeCreateOptionsModalElement extends UmbModalBaseElement<Um
// close the modal when navigating to data type
#onNavigate() {
this._rejectModal();
this._submitModal();
}
render() {