mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 21:06:04 +00:00
made the creation of an entity more accessible and obvious
This commit is contained in:
@@ -20,8 +20,10 @@ export function MediaRoot({ children }) {
|
||||
Icon={IconPhoto}
|
||||
title="Media not enabled"
|
||||
description="Please enable media in the settings to continue."
|
||||
buttonText="Manage Settings"
|
||||
buttonOnClick={() => navigate(app.getSettingsPath(["media"]))}
|
||||
primary={{
|
||||
children: "Manage Settings",
|
||||
onClick: () => navigate(app.getSettingsPath(["media"]))
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user