DEV: Remove post-admin-menu placeholder (#24025)
This widget is no longer used. It's better to remove it completely, so that `decorateWidget` and `reopenWidget` calls print a warning to the console rather than failing silently.
This commit is contained in:
parent
a72e5fa763
commit
a10a82131a
|
@ -1,4 +0,0 @@
|
|||
import { createWidget } from "discourse/widgets/widget";
|
||||
|
||||
// placeholder for now
|
||||
export default createWidget("post-admin-menu", {});
|
Loading…
Reference in New Issue