EP-42040: arrow will be visible when you click on it.

This commit is contained in:
Suhal Vemu 2024-04-08 22:06:38 +05:30
parent 5e944fa34d
commit fad181688f
No known key found for this signature in database
GPG Key ID: 18832091D9EAF95A
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
if (!this.state.clicked) {
this.state.clicked = true;
// Set the sorting order based on the click
this.props.asc = order === 'asc';
this.props.asc = order === 'material-card-th-sorted-ascending';
// Here you can perform the sorting based on the new order.
// Call a sorting function or update your data accordingly.
// For example: