fix: Fixes duct sizing rooms table not showing forms correctly, updates the table styles.
This commit is contained in:
@@ -17,4 +17,8 @@ extension String {
|
||||
func appendingPath(_ id: UUID) -> Self {
|
||||
return appendingPath(id.uuidString)
|
||||
}
|
||||
|
||||
var idString: Self {
|
||||
replacing("-", with: "")
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,6 @@ import Foundation
|
||||
|
||||
extension UUID {
|
||||
var idString: String {
|
||||
uuidString.replacing("-", with: "")
|
||||
uuidString.idString
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user