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:
David Taylor 2023-10-19 23:26:13 +01:00 committed by GitHub
parent a72e5fa763
commit a10a82131a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
import { createWidget } from "discourse/widgets/widget";
// placeholder for now
export default createWidget("post-admin-menu", {});