mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 21:06:04 +00:00
using path instead of pointer, replaced lodash usage
This commit is contained in:
@@ -42,7 +42,6 @@ function MediaSettingsInternal() {
|
||||
async function onSubmit(data: any) {
|
||||
console.log("submit", data);
|
||||
await actions.config.patch(data);
|
||||
//await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user