mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
REFACTOR: publishedPage property was duplicated (#9664)
This commit is contained in:
@@ -27,7 +27,6 @@ export default Controller.extend(ModalFunctionality, StateHelpers, {
|
||||
reason: null,
|
||||
publishedPage: null,
|
||||
disabled: not("valid"),
|
||||
publishedPage: null,
|
||||
|
||||
showUrl: computed("state", function() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user