mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 00:16:00 +00:00
grid sorting
This commit is contained in:
@@ -31,7 +31,7 @@ export function FontIcon({ icon, ...props }) {
|
||||
|
||||
if (_.includes(parts, 'spin')) className += ' fa-spin';
|
||||
|
||||
const style = props.style || {};
|
||||
const style = { ...props.style };
|
||||
|
||||
const last = parts[parts.length - 1];
|
||||
if (last && last != 'spin') {
|
||||
|
||||
Reference in New Issue
Block a user