mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
made the creation of an entity more accessible and obvious
This commit is contained in:
@@ -175,7 +175,10 @@ export function Setting<Schema extends TObject = any>({
|
||||
<Empty
|
||||
title="Not found"
|
||||
description={`Configuration at path ${path.join(".")} doesn't exist.`}
|
||||
buttonText="Go back"
|
||||
primary={{
|
||||
children: "Go back",
|
||||
onClick: () => goBack()
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user