Skip to content

Commit

Permalink
Removing nonFlowOnly property from the context of FunctionTimeNow
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-krishnan-flow authored Jan 23, 2025
1 parent 76d9c6a commit f9da9a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @author p
* @since 140
*/
@AllowedContext(section=SelectorSection.DATE_TIME, nonFlowOnly=true)
@AllowedContext(section=SelectorSection.DATE_TIME)
public class FunctionTimeNow extends FormulaCommandInfoImpl {

public FunctionTimeNow() {
Expand Down

0 comments on commit f9da9a5

Please sign in to comment.