mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
When working with JSONMap backed data sources in tables, sort triggers a null error because this.state is not available. Prevent the null error if it is unavailable. Signed-off-by: Paul Donald <newtwen+github@gmail.com>